Home
last modified time | relevance | path

Searched refs:getHeaderSearchOpts (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h297 HeaderSearchOptions &getHeaderSearchOpts() { in getHeaderSearchOpts() function
298 return Invocation->getHeaderSearchOpts(); in getHeaderSearchOpts()
300 const HeaderSearchOptions &getHeaderSearchOpts() const { in getHeaderSearchOpts() function
301 return Invocation->getHeaderSearchOpts(); in getHeaderSearchOpts()
564 StringRef Format = getHeaderSearchOpts().ModuleFormat; in getPCHContainerWriter()
578 StringRef Format = getHeaderSearchOpts().ModuleFormat; in getPCHContainerReader()
H A DCompilerInvocation.h134 const HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; } in getHeaderSearchOpts() function
230 using CompilerInvocationBase::getHeaderSearchOpts;
247 HeaderSearchOptions &getHeaderSearchOpts() { return *HSOpts; } in getHeaderSearchOpts() function
H A DASTUnit.h469 const HeaderSearchOptions &getHeaderSearchOpts() const { in getHeaderSearchOpts() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp185 ScanInstance.getHeaderSearchOpts().ModuleFormat = "raw"; in runInvocation()
201 ScanInstance.getHeaderSearchOpts().PrebuiltModuleFiles); in runInvocation()
255 ScanInstance.getHeaderSearchOpts().ModulesStrictContextHash = true; in runInvocation()
256 ScanInstance.getHeaderSearchOpts().ModulesSkipDiagnosticOptions = true; in runInvocation()
257 ScanInstance.getHeaderSearchOpts().ModulesSkipHeaderSearchPaths = true; in runInvocation()
258 ScanInstance.getHeaderSearchOpts().ModulesSkipPragmaDiagnosticMappings = in runInvocation()
H A DModuleDepCollector.cpp150 if (!CI.getHeaderSearchOpts().ModulesIgnoreMacros.empty()) { in makeCommonInvocationForModuleBuild()
155 return CI.getHeaderSearchOpts().ModulesIgnoreMacros.contains( in makeCommonInvocationForModuleBuild()
159 CI.getHeaderSearchOpts().ModulesIgnoreMacros.clear(); in makeCommonInvocationForModuleBuild()
262 CI.getHeaderSearchOpts().PrebuiltModuleFiles.insert( in addModuleFiles()
682 ScanInstance.getHeaderSearchOpts().PrebuiltModuleFiles; in isPrebuiltModule()
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp270 if (Clang->getHeaderSearchOpts().UseBuiltinIncludes && in cc1_main()
271 Clang->getHeaderSearchOpts().ResourceDir.empty()) in cc1_main()
272 Clang->getHeaderSearchOpts().ResourceDir = in cc1_main()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp264 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in collectVFSEntries()
483 ApplyHeaderSearchOptions(PP->getHeaderSearchInfo(), getHeaderSearchOpts(), in createPreprocessor()
501 getHeaderSearchOpts().Sysroot); in createPreprocessor()
617 Path, getHeaderSearchOpts().Sysroot, DisableValidation, in createPCHExternalASTSource()
1039 if (getHeaderSearchOpts().Verbose) in ExecuteAction()
1182 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts();
1683 getHeaderSearchOpts().ModuleCachePruneInterval > 0 && in createASTReader()
1684 getHeaderSearchOpts().ModuleCachePruneAfter > 0) { in createASTReader()
1685 pruneModuleCache(getHeaderSearchOpts()); in createASTReader()
1688 HeaderSearchOptions &HSOpts = getHeaderSearchOpts(); in createASTReader()
[all …]
H A DFrontendActions.cpp154 Sysroot = CI.getHeaderSearchOpts().Sysroot; in ComputeASTConsumerArguments()
264 CI.getHeaderSearchOpts().ModulesSkipDiagnosticOptions = true; in CreateASTConsumer()
265 CI.getHeaderSearchOpts().ModulesSkipHeaderSearchPaths = true; in CreateASTConsumer()
266 CI.getHeaderSearchOpts().ModulesSkipPragmaDiagnosticMappings = true; in CreateASTConsumer()
314 const std::string &Sysroot = CI.getHeaderSearchOpts().Sysroot; in ExecuteAction()
785 CI.getHeaderSearchOpts().ModuleFormat = "obj"; in BeginInvocation()
835 HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); in ExecuteAction()
H A DCompilerInvocation.cpp160 HSOpts = make_shared_copy(X.getHeaderSearchOpts()); in deep_copy_assign()
4605 ParseHeaderSearchArgs(Res.getHeaderSearchOpts(), Args, Diags, in CreateFromArgsImpl()
4741 const HeaderSearchOptions &hsOpts = getHeaderSearchOpts(); in getModuleHash()
4801 if (getHeaderSearchOpts().ModuleFormat == "obj") { in getModuleHash()
4836 GenerateHeaderSearchArgs(getHeaderSearchOpts(), Consumer); in generateCC1CommandLine()
4863 getHeaderSearchOpts().ImplicitModuleMaps = false; in clearImplicitModuleBuildOptions()
4864 getHeaderSearchOpts().ModuleCachePath.clear(); in clearImplicitModuleBuildOptions()
4865 getHeaderSearchOpts().ModulesValidateOncePerBuildSession = false; in clearImplicitModuleBuildOptions()
4866 getHeaderSearchOpts().BuildSessionTimestamp = 0; in clearImplicitModuleBuildOptions()
4869 getHeaderSearchOpts().ModuleCachePruneInterval = 7 * 24 * 60 * 60; in clearImplicitModuleBuildOptions()
[all …]
H A DFrontendAction.cpp630 CI.getHeaderSearchOpts() = AST->getHeaderSearchOpts(); in BeginSourceFile()
H A DASTUnit.cpp1559 CI->getHeaderSearchOpts().ResourceDir = std::string(ResourceFilesPath); in LoadFromCompilerInvocationAction()
1796 CI->getHeaderSearchOpts().ResourceDir = std::string(ResourceFilesPath); in LoadFromCommandLine()
1802 CI->getHeaderSearchOpts().ModuleFormat = std::string(*ModuleFormat); in LoadFromCommandLine()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp286 HeaderSearchOptions &search_opts = compiler->getHeaderSearchOpts(); in SetupModuleHeaderPaths()
525 m_compiler->getHeaderSearchOpts().UseLibcxx = true; in ClangExpressionParser()
539 m_compiler->getHeaderSearchOpts().UseLibcxx = true; in ClangExpressionParser()
696 &m_compiler->getVirtualFileSystem(), m_compiler->getHeaderSearchOpts(), in ClangExpressionParser()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp125 for (const auto &Entry : CI.getHeaderSearchOpts().UserEntries) { in getRelativeIncludeName()
485 if (CI.getHeaderSearchOpts().Verbose) in PrepareToExecuteAction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp92 if (Clang->getHeaderSearchOpts().UseBuiltinIncludes && in CreateCI()
93 Clang->getHeaderSearchOpts().ResourceDir.empty()) in CreateCI()
94 Clang->getHeaderSearchOpts().ResourceDir = in CreateCI()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1039 CI.getHeaderSearchOpts(), CI.getPreprocessorOpts(), CI.getCodeGenOpts(), in CreateASTConsumer()
1200 CI.getHeaderSearchOpts(), CI.getPreprocessorOpts(), in ExecuteAction()
1229 Diagnostics, CI.getHeaderSearchOpts(), CodeGenOpts, TargetOpts, in ExecuteAction()
H A DObjectFilePCHContainerOperations.cpp149 HeaderSearchOpts(CI.getHeaderSearchOpts()), in PCHContainerGenerator()
H A DCodeGenModule.h744 const HeaderSearchOptions &getHeaderSearchOpts() in getHeaderSearchOpts() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h365 HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; } in getHeaderSearchOpts() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp434 if (Invocation->getHeaderSearchOpts().Verbose) { in runInvocation()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1147 !PP->getHeaderSearchInfo().getHeaderSearchOpts().ModulesHashContent) in backpatchSignature()
1183 PP.getHeaderSearchInfo().getHeaderSearchOpts().ModulesHashContent) { in writeUnhashedControlBlock()
1215 const auto &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); in writeUnhashedControlBlock()
1335 if (PP.getHeaderSearchInfo().getHeaderSearchOpts().ModuleFileHomeIsCwd) { in WriteControlBlock()
1349 if (!PP.getHeaderSearchInfo().getHeaderSearchOpts().ModuleFileHomeIsCwd && in WriteControlBlock()
1351 .getHeaderSearchOpts() in WriteControlBlock()
1500 PP.getHeaderSearchInfo().getHeaderSearchOpts(); in WriteControlBlock()
1577 PP.getHeaderSearchInfo().getHeaderSearchOpts()); in WriteControlBlock()
1656 .getHeaderSearchOpts() in WriteInputFiles()
H A DASTReader.cpp2525 PP.getHeaderSearchInfo().getHeaderSearchOpts(); in getInputFile()
2856 PP.getHeaderSearchInfo().getHeaderSearchOpts(); in ReadControlBlock()
4649 HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); in ReadAST()
4854 PP.getHeaderSearchInfo().getHeaderSearchOpts(); in readUnhashedControlBlock()
/freebsd-14.2/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp615 CI.getHeaderSearchOpts().ResourceDir); in loadFromSource()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp430 if (HeaderInfo.getHeaderSearchOpts().ImplicitModuleMaps && in findKnownHeader()
2134 if (Map.HeaderInfo.getHeaderSearchOpts().ImplicitModuleMaps && in parseModuleDecl()
2287 Map.HeaderInfo.getHeaderSearchOpts().ModuleMapFileHomeIsCwd in parseExternModuleDecl()
H A DHeaderSearch.cpp1685 if (getHeaderSearchOpts().ModuleMapFileHomeIsCwd) { in loadModuleMapFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp81 PP.getHeaderSearchInfo().getHeaderSearchOpts().Sysroot); in getDarwinSDKInfoForAvailabilityChecking()

12