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()
1550 SourceLocation IncludeLoc = FI.getIncludeLoc(); in getPresumedLoc() local
1578 IncludeLoc = getLocForStartOfFile(LocInfo.first); in getPresumedLoc()
1579 IncludeLoc = IncludeLoc.getLocWithOffset(Entry->IncludeOffset); in getPresumedLoc()
1584 return PresumedLoc(Filename.data(), FID, LineNo, ColNo, IncludeLoc); in getPresumedLoc()
1787 SourceLocation IncludeLoc = File.getIncludeLoc(); in computeMacroArgsCache() local
1789 (IncludeLoc.isValid() && isInFileID(IncludeLoc, FID)) || in computeMacroArgsCache()
1800 } else if (IncludeLoc.isValid()) { in computeMacroArgsCache()