Searched refs:getIncludeLoc (Results 1 – 15 of 15) sorted by relevance
61 SourceLocation L = FI.getIncludeLoc(); in clang_getInclusions()66 L = PLoc.isValid()? PLoc.getIncludeLoc() : SourceLocation(); in clang_getInclusions()
319 Outer = SLEntry.getFile().getIncludeLoc(); in visitDeclsFromFileRegion()
1480 SourceLocation IncludeLoc = FI.getIncludeLoc(); in getPresumedLoc()1540 return FI.getIncludeLoc().isInvalid(); in isInMainFile()1807 SourceLocation IncludeLoc = Entry.getFile().getIncludeLoc(); in computeMacroArgsCache()1975 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()2160 if (FI.getIncludeLoc().isValid()) in dump()2161 out << " included from " << FI.getIncludeLoc().getOffset() << "\n"; in dump()
277 SourceLocation getIncludeLoc() const { in getIncludeLoc() function1022 SourceLocation getIncludeLoc(FileID FID) const { in getIncludeLoc() function1028 return Entry.getFile().getIncludeLoc(); in getIncludeLoc()
391 SourceLocation getIncludeLoc() const { return IncludeLoc; } in getIncludeLoc() function
212 SourceLocation IncludeLoc = PLoc.getIncludeLoc(); in emitIncludeStack()255 emitIncludeStackRecursively(PLoc.getIncludeLoc(), SM); in emitIncludeStackRecursively()
263 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
1508 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()1514 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()1553 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()1555 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
392 SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid()) { in HandleEndOfFile()
1093 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags()
939 SourceLocation IncludeLoc = SrcMgr.getIncludeLoc(ExpansionFileID); in inferModuleFromLocation()
123 : SM.getIncludeLoc(SM.getFileID(Loc)); in getIncludeOrExpansionLoc()
1884 Record.push_back(File.getIncludeLoc().getRawEncoding()); in WriteSourceManagerBlock()
3209 if (fileInfo.getIncludeLoc().isInvalid()) in getNullabilityCompletenessCheckFileID()
5711 SourceLocation ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()