Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexInclusionStack.cpp43 SourceLocation L = FI.getIncludeLoc(); in getInclusions()
52 L = PLoc.isValid()? PLoc.getIncludeLoc() : SourceLocation(); in getInclusions()
H A DCIndex.cpp329 Outer = SLEntry.getFile().getIncludeLoc(); in visitDeclsFromFileRegion()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DSourceManager.cpp1548 SourceLocation IncludeLoc = FI.getIncludeLoc(); in getPresumedLoc()
1611 return FI.getIncludeLoc().isInvalid(); in isInMainFile()
1785 SourceLocation IncludeLoc = File.getIncludeLoc(); in computeMacroArgsCache()
1965 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()
2169 if (FI.getIncludeLoc().isValid()) in dump()
2170 out << " included from " << FI.getIncludeLoc().getOffset() << "\n"; in dump()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPMacroExpansion.cpp1520 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
1526 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
1578 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
1580 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
H A DPPLexerChange.cpp419 (SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid() || in HandleEndOfFile()
H A DPPDirectives.cpp739 Loc = SM.getIncludeLoc(ID); in getHeaderToIncludeForDiagnostics()
1284 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h319 SourceLocation getIncludeLoc() const { in getIncludeLoc() function
1132 SourceLocation getIncludeLoc(FileID FID) const { in getIncludeLoc() function
1134 return Entry->getFile().getIncludeLoc(); in getIncludeLoc()
H A DSourceLocation.h355 SourceLocation getIncludeLoc() const {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaModule.cpp482 DirectiveLoc = getSourceManager().getIncludeLoc(File); in ActOnModuleEnd()
H A DSema.cpp115 SourceLocation IncludeLoc = SM.getIncludeLoc(SM.getFileID(Loc)); in FileChanged()
H A DSemaType.cpp4184 if (fileInfo.getIncludeLoc().isInvalid()) in getNullabilityCompletenessCheckFileID()
H A DSemaDecl.cpp4305 SourceLocation OldIncLoc = SrcMgr.getIncludeLoc(FOldDecLoc.first); in notePreviousDefinition()
4306 SourceLocation NewIncLoc = SrcMgr.getIncludeLoc(FNewDecLoc.first); in notePreviousDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp202 writeIncludeStack(SM.getPresumedLoc(Loc.getIncludeLoc())); in writeIncludeStack()
244 writeIncludeStack(SM.getPresumedLoc(Presumed.getIncludeLoc()), in writeBareSourceLocation()
H A DASTImporter.cpp8870 ExpectedSLoc ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp251 : SM.getIncludeLoc(SM.getFileID(Loc)); in getIncludeOrExpansionLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1467 File.getIncludeLoc().isInvalid(); in WriteInputFiles()
1974 AddSourceLocation(File.getIncludeLoc(), Record); in WriteSourceManagerBlock()