Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DSourceMgr.cpp121 void SourceMgr::PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const { in PrintIncludeStack() function in SourceMgr
127 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS); in PrintIncludeStack()
209 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS); in PrintMessage()
/external/llvm/include/llvm/Support/
DSourceMgr.h195 void PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const;
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1716 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()