Lines Matching defs:IncludeLoc
561 SourceLocation IncludeLoc) {
564 IncludeLoc, FileCharacter, LoadedID, LoadedOffset);
575 SourceLocation IncludeLoc) {
577 LoadedID, LoadedOffset, IncludeLoc);
1518 SourceLocation IncludeLoc = FI.getIncludeLoc();
1546 IncludeLoc = getLocForStartOfFile(LocInfo.first);
1547 IncludeLoc = IncludeLoc.getLocWithOffset(Entry->IncludeOffset);
1552 return PresumedLoc(Filename.data(), FID, LineNo, ColNo, IncludeLoc);
1755 SourceLocation IncludeLoc = File.getIncludeLoc();
1757 (IncludeLoc.isValid() && isInFileID(IncludeLoc, FID)) ||
1771 if (IncludeLoc.isValid())