Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp261 void SourceMgr::PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const { in PrintIncludeStack() function in SourceMgr
268 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS); in PrintIncludeStack()
346 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS); in PrintMessage()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h252 void PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const;
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2458 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()
H A DMasmParser.cpp2790 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()