Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp123 void SourceMgr::PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const { in PrintIncludeStack() function in SourceMgr
129 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS); in PrintIncludeStack()
211 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS); in PrintMessage()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DSourceMgr.h195 void PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const;
/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1714 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()