Lines Matching refs:IncludeLoc
558 SourceLocation IncludeLoc) { in createFileID() argument
561 IncludeLoc, FileCharacter, LoadedID, LoadedOffset); in createFileID()
572 SourceLocation IncludeLoc) { in createFileID() argument
574 LoadedID, LoadedOffset, IncludeLoc); in createFileID()
1488 SourceLocation IncludeLoc = FI.getIncludeLoc(); in getPresumedLoc() local
1516 IncludeLoc = getLocForStartOfFile(LocInfo.first); in getPresumedLoc()
1517 IncludeLoc = IncludeLoc.getLocWithOffset(Entry->IncludeOffset); in getPresumedLoc()
1522 return PresumedLoc(Filename.data(), FID, LineNo, ColNo, IncludeLoc); in getPresumedLoc()
1725 SourceLocation IncludeLoc = File.getIncludeLoc(); in computeMacroArgsCache() local
1727 (IncludeLoc.isValid() && isInFileID(IncludeLoc, FID)) || in computeMacroArgsCache()
1741 if (IncludeLoc.isValid()) in computeMacroArgsCache()