Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp168 : FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager()); in emitIncludeStack()
211 FullSourceLoc(PLoc.getIncludeLoc(), Loc.getManager())); in emitIncludeStackRecursively()
H A DPrintPreprocessedOutput.cpp360 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
H A DCompilerInstance.cpp1348 SourceLocation Loc = SourceMgr.getIncludeLoc(ModuleMapFID); in compileModule()
1351 Loc = SourceMgr.getIncludeLoc(ModuleMapFID); in compileModule()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1503 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()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h333 SourceLocation getIncludeLoc() const { in getIncludeLoc() function
1171 SourceLocation getIncludeLoc(FileID FID) const { in getIncludeLoc() function
1173 return Entry->getFile().getIncludeLoc(); in getIncludeLoc()
H A DSourceLocation.h356 SourceLocation getIncludeLoc() const {
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1688 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()
H A DPPLexerChange.cpp459 (SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid() || in HandleEndOfFile()
H A DPPDirectives.cpp946 Loc = SM.getIncludeLoc(ID); in getHeaderToIncludeForDiagnostics()
1584 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaModule.cpp805 DirectiveLoc = getSourceManager().getIncludeLoc(File); in ActOnAnnotModuleEnd()
H A DSema.cpp177 SourceLocation IncludeLoc = SM.getIncludeLoc(SM.getFileID(Loc)); in FileChanged()
H A DSemaDecl.cpp4734 SourceLocation OldIncLoc = SrcMgr.getIncludeLoc(FOldDecLoc.first); in notePreviousDefinition()
4735 SourceLocation NewIncLoc = SrcMgr.getIncludeLoc(FNewDecLoc.first); in notePreviousDefinition()
H A DSemaType.cpp3972 if (fileInfo.getIncludeLoc().isInvalid()) in getNullabilityCompletenessCheckFileID()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp268 writeIncludeStack(SM.getPresumedLoc(Loc.getIncludeLoc())); in writeIncludeStack()
310 writeIncludeStack(SM.getPresumedLoc(Presumed.getIncludeLoc()), in writeBareSourceLocation()
H A DASTImporter.cpp9970 ExpectedSLoc ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp330 return SM.getIncludeLoc(SM.getFileID(Loc)); in getIncludeOrExpansionLoc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1713 SourceLocation IncludeLoc = File.getIncludeLoc(); in getAffectingIncludeLoc()