Searched refs:getIncludeLoc (Results 1 – 18 of 18) 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()
360 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
1348 SourceLocation Loc = SourceMgr.getIncludeLoc(ModuleMapFID); in compileModule()1351 Loc = SourceMgr.getIncludeLoc(ModuleMapFID); in compileModule()
1503 SourceLocation IncludeLoc = FI.getIncludeLoc(); in getPresumedLoc()1566 return FI.getIncludeLoc().isInvalid(); in isInMainFile()1740 SourceLocation IncludeLoc = File.getIncludeLoc(); in computeMacroArgsCache()1926 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()2205 if (FI.getIncludeLoc().isValid()) in dump()2206 out << " included from " << FI.getIncludeLoc().getOffset() << "\n"; in dump()
333 SourceLocation getIncludeLoc() const { in getIncludeLoc() function1171 SourceLocation getIncludeLoc(FileID FID) const { in getIncludeLoc() function1173 return Entry->getFile().getIncludeLoc(); in getIncludeLoc()
356 SourceLocation getIncludeLoc() const {
1688 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()1694 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()1740 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()1742 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
459 (SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid() || in HandleEndOfFile()
946 Loc = SM.getIncludeLoc(ID); in getHeaderToIncludeForDiagnostics()1584 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags()
805 DirectiveLoc = getSourceManager().getIncludeLoc(File); in ActOnAnnotModuleEnd()
177 SourceLocation IncludeLoc = SM.getIncludeLoc(SM.getFileID(Loc)); in FileChanged()
4734 SourceLocation OldIncLoc = SrcMgr.getIncludeLoc(FOldDecLoc.first); in notePreviousDefinition()4735 SourceLocation NewIncLoc = SrcMgr.getIncludeLoc(FNewDecLoc.first); in notePreviousDefinition()
3972 if (fileInfo.getIncludeLoc().isInvalid()) in getNullabilityCompletenessCheckFileID()
268 writeIncludeStack(SM.getPresumedLoc(Loc.getIncludeLoc())); in writeIncludeStack()310 writeIncludeStack(SM.getPresumedLoc(Presumed.getIncludeLoc()), in writeBareSourceLocation()
9970 ExpectedSLoc ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()
330 return SM.getIncludeLoc(SM.getFileID(Loc)); in getIncludeOrExpansionLoc()
1713 SourceLocation IncludeLoc = File.getIncludeLoc(); in getAffectingIncludeLoc()