Home
last modified time | relevance | path

Searched refs:PrintIncludeStack (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Support/
DSourceMgr.cpp124 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/
DTextDiagnosticPrinter.h56 void PrintIncludeStack(Diagnostic::Level Level, SourceLocation Loc,
/external/llvm/include/llvm/Support/
DSourceMgr.h143 void PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const;
/external/clang/lib/Frontend/
DTextDiagnosticPrinter.cpp56 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()