Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDDiagnosticRenderer.cpp214 SourceLocation IncludeLoc = PLoc.getIncludeLoc(); in emitIncludeStack()
257 emitIncludeStackRecursively(PLoc.getIncludeLoc(), SM); in emitIncludeStackRecursively()
HDPrintPreprocessedOutput.cpp263 SourceLocation IncludeLoc = UserLoc.getIncludeLoc(); in FileChanged()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSourceManager.h271 SourceLocation getIncludeLoc() const { in getIncludeLoc() function
997 SourceLocation getIncludeLoc(FileID FID) const { in getIncludeLoc() function
1003 return Entry.getFile().getIncludeLoc(); in getIncludeLoc()
HDSourceLocation.h390 SourceLocation getIncludeLoc() const { return IncludeLoc; } in getIncludeLoc() function
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPPMacroExpansion.cpp1501 SourceLocation NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
1507 NextLoc = PLoc.getIncludeLoc(); in ExpandBuiltinMacro()
1546 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
1548 PLoc = SourceMgr.getPresumedLoc(PLoc.getIncludeLoc()); in ExpandBuiltinMacro()
HDPPLexerChange.cpp392 SourceMgr.getIncludeLoc(CurPPLexer->getFileID()).isValid()) { in HandleEndOfFile()
HDPPDirectives.cpp1092 SourceLocation IncLoc = PLoc.getIncludeLoc(); in ReadLineMarkerFlags()
HDModuleMap.cpp914 SourceLocation IncludeLoc = SrcMgr.getIncludeLoc(ExpansionFileID); in inferModuleFromLocation()
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDSourceManager.cpp1472 SourceLocation IncludeLoc = FI.getIncludeLoc(); in getPresumedLoc()
1532 return FI.getIncludeLoc().isInvalid(); in isInMainFile()
1799 SourceLocation IncludeLoc = Entry.getFile().getIncludeLoc(); in computeMacroArgsCache()
1967 UpperLoc = Entry.getFile().getIncludeLoc(); in getDecomposedIncludedLoc()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCoverageMappingGen.cpp134 : SM.getIncludeLoc(SM.getFileID(Loc)); in getIncludeOrExpansionLoc()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp3173 if (fileInfo.getIncludeLoc().isInvalid()) in getNullabilityCompletenessCheckFileID()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp1848 Record.push_back(File.getIncludeLoc().getRawEncoding()); in WriteSourceManagerBlock()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTImporter.cpp5712 SourceLocation ToIncludeLoc = Import(FromSLoc.getFile().getIncludeLoc()); in Import()