Lines Matching refs:IncludeLoc
563 SourceLocation IncludeLoc) { in createFileID() argument
566 IncludeLoc, FileCharacter, LoadedID, LoadedOffset); in createFileID()
576 SourceLocation IncludeLoc) { in createFileID() argument
578 LoadedID, LoadedOffset, IncludeLoc); in createFileID()
1548 SourceLocation IncludeLoc = FI.getIncludeLoc(); in getPresumedLoc() local
1576 IncludeLoc = getLocForStartOfFile(LocInfo.first); in getPresumedLoc()
1577 IncludeLoc = IncludeLoc.getLocWithOffset(Entry->IncludeOffset); in getPresumedLoc()
1582 return PresumedLoc(Filename.data(), FID, LineNo, ColNo, IncludeLoc); in getPresumedLoc()
1785 SourceLocation IncludeLoc = File.getIncludeLoc(); in computeMacroArgsCache() local
1787 (IncludeLoc.isValid() && isInFileID(IncludeLoc, FID)) || in computeMacroArgsCache()
1798 } else if (IncludeLoc.isValid()) { in computeMacroArgsCache()