Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DSourceMgr.cpp156 void SourceMgr::PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const { in PrintIncludeStack() function in SourceMgr
162 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS); in PrintIncludeStack()
242 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS); in PrintMessage()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DSourceMgr.h224 void PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const;
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2304 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS); in DiagHandler()