Lines Matching defs:IncludeLoc
42 SMLoc IncludeLoc,
49 return AddNewSourceBuffer(std::move(*NewBufOrErr), IncludeLoc);
172 IncludeLoc(Other.IncludeLoc) {
261 void SourceMgr::PrintIncludeStack(SMLoc IncludeLoc, raw_ostream &OS) const {
262 if (IncludeLoc == SMLoc())
265 unsigned CurBuf = FindBufferContainingLoc(IncludeLoc);
268 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS);
271 << ":" << FindLineNumber(IncludeLoc, CurBuf) << ":\n";
346 PrintIncludeStack(getBufferInfo(CurBuf).IncludeLoc, OS);