Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Support/
HDSourceMgr.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()
/NextBSD/contrib/llvm/include/llvm/Support/
HDSourceMgr.h195 void PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const;
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDAsmParser.cpp1757 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()