Searched refs:getIncludeLoc (Results 1 – 15 of 15) sorted by relevance
47 SourceLocation L = FI.getIncludeLoc(); in getInclusions()56 L = PLoc.isValid()? PLoc.getIncludeLoc() : SourceLocation(); in getInclusions()
316 Outer = SLEntry.getFile().getIncludeLoc(); in visitDeclsFromFileRegion()
1487 SourceLocation IncludeLoc = FI.getIncludeLoc(); in getPresumedLoc()1547 return FI.getIncludeLoc().isInvalid(); in isInMainFile()1814 SourceLocation IncludeLoc = Entry.getFile().getIncludeLoc(); in computeMacroArgsCache()1982 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()2175 if (FI.getIncludeLoc().isValid()) in dump()2176 out << " included from " << FI.getIncludeLoc().getOffset() << "\n"; in dump()
171 PLoc.isInvalid() ? SourceLocation() : PLoc.getIncludeLoc(); in emitIncludeStack()214 emitIncludeStackRecursively(PLoc.getIncludeLoc(), SM); in emitIncludeStackRecursively()
263 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
276 SourceLocation getIncludeLoc() const { in getIncludeLoc() function1030 SourceLocation getIncludeLoc(FileID FID) const { in getIncludeLoc() function1036 return Entry.getFile().getIncludeLoc(); in getIncludeLoc()
391 SourceLocation getIncludeLoc() const { assert(isValid()); return IncludeLoc; } in getIncludeLoc() function
1590 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()1596 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()1635 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()1637 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
392 SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid()) { in HandleEndOfFile()
732 Loc = SM.getIncludeLoc(ID); in getModuleHeaderToIncludeForDiagnostics()1236 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags()
939 SourceLocation IncludeLoc = SrcMgr.getIncludeLoc(ExpansionFileID); in inferModuleFromLocation()
125 : SM.getIncludeLoc(SM.getFileID(Loc)); in getIncludeOrExpansionLoc()
3446 if (fileInfo.getIncludeLoc().isInvalid()) in getNullabilityCompletenessCheckFileID()
1947 AddSourceLocation(File.getIncludeLoc(), Record); in WriteSourceManagerBlock()
6409 SourceLocation ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()