Searched refs:PrintIncludeStack (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Support/
H A DSourceMgr.cpp132 void SourceMgr::PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const { function in class:SourceMgr
138 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS);
229 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS);
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DSourceMgr.h168 /// PrintIncludeStack - Prints the names of included files and the line of the
174 void PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const;
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1649 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS);

Completed in 204 milliseconds