Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DSourceMgr.cpp257 void SourceMgr::PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const { in PrintIncludeStack() function in SourceMgr
264 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS); in PrintIncludeStack()
342 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS); in PrintMessage()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSourceMgr.h252 void PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const;
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2463 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()
H A DMasmParser.cpp2806 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()