Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DSourceMgr.cpp132 void SourceMgr::PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const { in PrintIncludeStack() function in SourceMgr
138 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS); in PrintIncludeStack()
230 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS); in PrintMessage()
/external/llvm/include/llvm/Support/
DSourceMgr.h168 void PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const;
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1591 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()