Lines Matching refs:IncludeLoc
571 SourceLocation IncludeLoc) { in createFileID() argument
574 IncludeLoc, FileCharacter, LoadedID, LoadedOffset); in createFileID()
585 SourceLocation IncludeLoc) { in createFileID() argument
587 LoadedID, LoadedOffset, IncludeLoc); in createFileID()
1503 SourceLocation IncludeLoc = FI.getIncludeLoc(); in getPresumedLoc() local
1531 IncludeLoc = getLocForStartOfFile(LocInfo.first); in getPresumedLoc()
1532 IncludeLoc = IncludeLoc.getLocWithOffset(Entry->IncludeOffset); in getPresumedLoc()
1537 return PresumedLoc(Filename.data(), FID, LineNo, ColNo, IncludeLoc); in getPresumedLoc()
1740 SourceLocation IncludeLoc = File.getIncludeLoc(); in computeMacroArgsCache() local
1742 (IncludeLoc.isValid() && isInFileID(IncludeLoc, FID)) || in computeMacroArgsCache()
1756 if (IncludeLoc.isValid()) in computeMacroArgsCache()