Lines Matching refs:IncludeLoc
566 SourceLocation IncludeLoc) { in createFileID() argument
569 IncludeLoc, FileCharacter, LoadedID, LoadedOffset); in createFileID()
580 SourceLocation IncludeLoc) { in createFileID() argument
582 LoadedID, LoadedOffset, IncludeLoc); in createFileID()
1545 SourceLocation IncludeLoc = FI.getIncludeLoc(); in getPresumedLoc() local
1573 IncludeLoc = getLocForStartOfFile(LocInfo.first); in getPresumedLoc()
1574 IncludeLoc = IncludeLoc.getLocWithOffset(Entry->IncludeOffset); in getPresumedLoc()
1579 return PresumedLoc(Filename.data(), FID, LineNo, ColNo, IncludeLoc); in getPresumedLoc()
1782 SourceLocation IncludeLoc = File.getIncludeLoc(); in computeMacroArgsCache() local
1784 (IncludeLoc.isValid() && isInFileID(IncludeLoc, FID)) || in computeMacroArgsCache()
1795 } else if (IncludeLoc.isValid()) { in computeMacroArgsCache()