Searched refs:getIncludeLoc (Results 1 – 15 of 15) sorted by relevance
135 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile()
1445 SourceLocation IncludeLoc = FI.getIncludeLoc(); in getPresumedLoc()1505 return FI.getIncludeLoc().isInvalid(); in isInMainFile()1769 SourceLocation IncludeLoc = Entry.getFile().getIncludeLoc(); in computeMacroArgsCache()1936 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()2140 if (FI.getIncludeLoc().isValid()) in dump()2141 out << " included from " << FI.getIncludeLoc().getOffset() << "\n"; in dump()
170 : FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager()); in emitIncludeStack()213 FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager())); in emitIncludeStackRecursively()
273 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
1511 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()1517 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()1556 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()1558 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
417 SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid()) { in HandleEndOfFile()
652 Loc = SM.getIncludeLoc(ID); in getModuleHeaderToIncludeForDiagnostics()1189 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags()
280 SourceLocation getIncludeLoc() const { in getIncludeLoc() function1091 SourceLocation getIncludeLoc(FileID FID) const { in getIncludeLoc() function1097 return Entry.getFile().getIncludeLoc(); in getIncludeLoc()
329 SourceLocation getIncludeLoc() const { in getIncludeLoc() function
187 : SM.getIncludeLoc(SM.getFileID(Loc)); in getIncludeOrExpansionLoc()
94 SourceLocation IncludeLoc = SM.getIncludeLoc(SM.getFileID(Loc)); in FileChanged()
4052 SourceLocation OldIncLoc = SrcMgr.getIncludeLoc(FOldDecLoc.first); in notePreviousDefinition()4053 SourceLocation NewIncLoc = SrcMgr.getIncludeLoc(FNewDecLoc.first); in notePreviousDefinition()17216 DirectiveLoc = getSourceManager().getIncludeLoc(File); in ActOnModuleEnd()
3722 if (fileInfo.getIncludeLoc().isInvalid()) in getNullabilityCompletenessCheckFileID()
1799 File.getIncludeLoc().isInvalid(); in WriteInputFiles()2269 AddSourceLocation(File.getIncludeLoc(), Record); in WriteSourceManagerBlock()
8195 SourceLocation ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()