Searched refs:getIncludeLoc (Results 1 – 17 of 17) sorted by relevance
133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile()
168 : FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager()); in emitIncludeStack()211 FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager())); in emitIncludeStackRecursively()
345 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
1488 SourceLocation IncludeLoc = FI.getIncludeLoc(); in getPresumedLoc()1551 return FI.getIncludeLoc().isInvalid(); in isInMainFile()1725 SourceLocation IncludeLoc = File.getIncludeLoc(); in computeMacroArgsCache()1905 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()2166 if (FI.getIncludeLoc().isValid()) in dump()2167 out << " included from " << FI.getIncludeLoc().getOffset() << "\n"; in dump()
333 SourceLocation getIncludeLoc() const { in getIncludeLoc() function1167 SourceLocation getIncludeLoc(FileID FID) const { in getIncludeLoc() function1169 return Entry->getFile().getIncludeLoc(); in getIncludeLoc()
355 SourceLocation getIncludeLoc() const {
1551 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()1557 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()1603 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()1605 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
460 (SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid() || in HandleEndOfFile()
945 Loc = SM.getIncludeLoc(ID); in getHeaderToIncludeForDiagnostics()1507 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags()
711 DirectiveLoc = getSourceManager().getIncludeLoc(File); in ActOnModuleEnd()
152 SourceLocation IncludeLoc = SM.getIncludeLoc(SM.getFileID(Loc)); in FileChanged()
4866 SourceLocation OldIncLoc = SrcMgr.getIncludeLoc(FOldDecLoc.first); in notePreviousDefinition()4867 SourceLocation NewIncLoc = SrcMgr.getIncludeLoc(FNewDecLoc.first); in notePreviousDefinition()
4470 if (fileInfo.getIncludeLoc().isInvalid()) in getNullabilityCompletenessCheckFileID()
235 writeIncludeStack(SM.getPresumedLoc(Loc.getIncludeLoc())); in writeIncludeStack()277 writeIncludeStack(SM.getPresumedLoc(Presumed.getIncludeLoc()), in writeBareSourceLocation()
9876 ExpectedSLoc ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()
201 SourceLocation Loc = SourceMgr.getIncludeLoc(FID); in GetAffectingModuleMaps()208 Loc = SourceMgr.getIncludeLoc(FID); in GetAffectingModuleMaps()1651 Entry.IsTopLevel = File.getIncludeLoc().isInvalid(); in WriteInputFiles()2181 AddSourceLocation(File.getIncludeLoc(), Record); in WriteSourceManagerBlock()
284 : SM.getIncludeLoc(SM.getFileID(Loc)); in getIncludeOrExpansionLoc()