Searched refs:PrintIncludeStack (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Support/ |
D | SourceMgr.cpp | 124 void SourceMgr::PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const { in PrintIncludeStack() function in SourceMgr 130 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS); in PrintIncludeStack() 193 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS); in PrintMessage()
|
/external/clang/include/clang/Frontend/ |
D | TextDiagnosticPrinter.h | 56 void PrintIncludeStack(Diagnostic::Level Level, SourceLocation Loc,
|
/external/llvm/include/llvm/Support/ |
D | SourceMgr.h | 143 void PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const;
|
/external/clang/lib/Frontend/ |
D | TextDiagnosticPrinter.cpp | 56 void TextDiagnosticPrinter::PrintIncludeStack(Diagnostic::Level Level, in PrintIncludeStack() function in TextDiagnosticPrinter 68 PrintIncludeStack(Level, PLoc.getIncludeLoc(), SM); in PrintIncludeStack() 403 PrintIncludeStack(Diagnostic::Note, LastWarningLoc, SM); in EmitCaretDiagnostic() 884 PrintIncludeStack(Level, LastWarningLoc, SM); in HandleDiagnostic()
|