Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1550 SourceLocation IncludeLoc = FI.getIncludeLoc(); in getPresumedLoc()
1613 return FI.getIncludeLoc().isInvalid(); in isInMainFile()
1787 SourceLocation IncludeLoc = File.getIncludeLoc(); in computeMacroArgsCache()
1967 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()
2171 if (FI.getIncludeLoc().isValid()) in dump()
2172 out << " included from " << FI.getIncludeLoc().getOffset() << "\n"; in dump()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp169 : FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager()); in emitIncludeStack()
212 FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager())); in emitIncludeStackRecursively()
H A DPrintPreprocessedOutput.cpp274 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1511 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
1517 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
1569 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
1571 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
H A DPPLexerChange.cpp460 (SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid() || in HandleEndOfFile()
H A DPPDirectives.cpp802 Loc = SM.getIncludeLoc(ID); in getHeaderToIncludeForDiagnostics()
1350 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h319 SourceLocation getIncludeLoc() const { in getIncludeLoc() function
1135 SourceLocation getIncludeLoc(FileID FID) const { in getIncludeLoc() function
1137 return Entry->getFile().getIncludeLoc(); in getIncludeLoc()
H A DSourceLocation.h355 SourceLocation getIncludeLoc() const {
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp482 DirectiveLoc = getSourceManager().getIncludeLoc(File); in ActOnModuleEnd()
H A DSema.cpp137 SourceLocation IncludeLoc = SM.getIncludeLoc(SM.getFileID(Loc)); in FileChanged()
H A DSemaType.cpp4217 if (fileInfo.getIncludeLoc().isInvalid()) in getNullabilityCompletenessCheckFileID()
H A DSemaDecl.cpp4368 SourceLocation OldIncLoc = SrcMgr.getIncludeLoc(FOldDecLoc.first); in notePreviousDefinition()
4369 SourceLocation NewIncLoc = SrcMgr.getIncludeLoc(FNewDecLoc.first); in notePreviousDefinition()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp233 writeIncludeStack(SM.getPresumedLoc(Loc.getIncludeLoc())); in writeIncludeStack()
275 writeIncludeStack(SM.getPresumedLoc(Presumed.getIncludeLoc()), in writeBareSourceLocation()
H A DASTImporter.cpp8999 ExpectedSLoc ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp251 : SM.getIncludeLoc(SM.getFileID(Loc)); in getIncludeOrExpansionLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1467 File.getIncludeLoc().isInvalid(); in WriteInputFiles()
1974 AddSourceLocation(File.getIncludeLoc(), Record); in WriteSourceManagerBlock()