Lines Matching refs:IncludeLoc
567 SourceLocation IncludeLoc) { in createFileID() argument
570 IncludeLoc, FileCharacter, LoadedID, LoadedOffset); in createFileID()
581 SourceLocation IncludeLoc) { in createFileID() argument
583 LoadedID, LoadedOffset, IncludeLoc); in createFileID()
1554 SourceLocation IncludeLoc = FI.getIncludeLoc(); in getPresumedLoc() local
1582 IncludeLoc = getLocForStartOfFile(LocInfo.first); in getPresumedLoc()
1583 IncludeLoc = IncludeLoc.getLocWithOffset(Entry->IncludeOffset); in getPresumedLoc()
1588 return PresumedLoc(Filename.data(), FID, LineNo, ColNo, IncludeLoc); in getPresumedLoc()
1791 SourceLocation IncludeLoc = File.getIncludeLoc(); in computeMacroArgsCache() local
1793 (IncludeLoc.isValid() && isInFileID(IncludeLoc, FID)) || in computeMacroArgsCache()
1807 if (IncludeLoc.isValid()) in computeMacroArgsCache()