Home
last modified time | relevance | path

Searched refs:getIncludeLoc (Results 1 – 15 of 15) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h135 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp1445 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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp170 : FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager()); in emitIncludeStack()
213 FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager())); in emitIncludeStackRecursively()
H A DPrintPreprocessedOutput.cpp273 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp1511 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()
H A DPPLexerChange.cpp417 SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid()) { in HandleEndOfFile()
H A DPPDirectives.cpp652 Loc = SM.getIncludeLoc(ID); in getModuleHeaderToIncludeForDiagnostics()
1189 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h280 SourceLocation getIncludeLoc() const { in getIncludeLoc() function
1091 SourceLocation getIncludeLoc(FileID FID) const { in getIncludeLoc() function
1097 return Entry.getFile().getIncludeLoc(); in getIncludeLoc()
H A DSourceLocation.h329 SourceLocation getIncludeLoc() const { in getIncludeLoc() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp187 : SM.getIncludeLoc(SM.getFileID(Loc)); in getIncludeOrExpansionLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp94 SourceLocation IncludeLoc = SM.getIncludeLoc(SM.getFileID(Loc)); in FileChanged()
H A DSemaDecl.cpp4052 SourceLocation OldIncLoc = SrcMgr.getIncludeLoc(FOldDecLoc.first); in notePreviousDefinition()
4053 SourceLocation NewIncLoc = SrcMgr.getIncludeLoc(FNewDecLoc.first); in notePreviousDefinition()
17216 DirectiveLoc = getSourceManager().getIncludeLoc(File); in ActOnModuleEnd()
H A DSemaType.cpp3722 if (fileInfo.getIncludeLoc().isInvalid()) in getNullabilityCompletenessCheckFileID()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp1799 File.getIncludeLoc().isInvalid(); in WriteInputFiles()
2269 AddSourceLocation(File.getIncludeLoc(), Record); in WriteSourceManagerBlock()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp8195 SourceLocation ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()