Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h291 HeaderSearchOptions &getHeaderSearchOpts() { in getHeaderSearchOpts() function
292 return Invocation->getHeaderSearchOpts(); in getHeaderSearchOpts()
294 const HeaderSearchOptions &getHeaderSearchOpts() const { in getHeaderSearchOpts() function
295 return Invocation->getHeaderSearchOpts(); in getHeaderSearchOpts()
532 StringRef Format = getHeaderSearchOpts().ModuleFormat; in getPCHContainerWriter()
546 StringRef Format = getHeaderSearchOpts().ModuleFormat; in getPCHContainerReader()
H A DCompilerInvocation.h112 HeaderSearchOptions &getHeaderSearchOpts() { return *HeaderSearchOpts; } in getHeaderSearchOpts() function
114 const HeaderSearchOptions &getHeaderSearchOpts() const { in getHeaderSearchOpts() function
H A DASTUnit.h465 const HeaderSearchOptions &getHeaderSearchOpts() const { in getHeaderSearchOpts() function
/openbsd-src/gnu/llvm/clang/tools/driver/
H A Dcc1_main.cpp227 if (Clang->getHeaderSearchOpts().UseBuiltinIncludes && in cc1_main()
228 Clang->getHeaderSearchOpts().ResourceDir.empty()) in cc1_main()
229 Clang->getHeaderSearchOpts().ResourceDir = in cc1_main()
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp158 if (!CI.getHeaderSearchOpts().ModulesIgnoreMacros.empty()) { in makeInvocationForModuleBuildWithoutOutputs()
163 return CI.getHeaderSearchOpts().ModulesIgnoreMacros.contains( in makeInvocationForModuleBuildWithoutOutputs()
167 CI.getHeaderSearchOpts().ModulesIgnoreMacros.clear(); in makeInvocationForModuleBuildWithoutOutputs()
209 CI.getHeaderSearchOpts().PrebuiltModuleFiles.insert( in addModuleFiles()
480 optimizeHeaderSearchOpts(BuildInvocation.getHeaderSearchOpts(), in handleTopLevelModule()
594 ScanInstance.getHeaderSearchOpts().PrebuiltModuleFiles; in isPrebuiltModule()
H A DDependencyScanningWorker.cpp210 ScanInstance.getHeaderSearchOpts().PrebuiltModuleFiles, in runInvocation()
265 ScanInstance.getHeaderSearchOpts().ModulesStrictContextHash = true; in runInvocation()
/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DInterpreter.cpp83 if (Clang->getHeaderSearchOpts().UseBuiltinIncludes && in CreateCI()
84 Clang->getHeaderSearchOpts().ResourceDir.empty()) in CreateCI()
85 Clang->getHeaderSearchOpts().ResourceDir = in CreateCI()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp266 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty()) in collectVFSEntries()
271 for (const std::string &VFSFile : CI.getHeaderSearchOpts().VFSOverlayFiles) { in collectVFSEntries()
491 ApplyHeaderSearchOptions(PP->getHeaderSearchInfo(), getHeaderSearchOpts(), in createPreprocessor()
509 getHeaderSearchOpts().Sysroot); in createPreprocessor()
551 SmallString<256> SpecificModuleCache(getHeaderSearchOpts().ModuleCachePath); in getSpecificModuleCachePath()
552 if (!SpecificModuleCache.empty() && !getHeaderSearchOpts().DisableModuleHash) in getSpecificModuleCachePath()
624 Path, getHeaderSearchOpts().Sysroot, DisableValidation, in createPCHExternalASTSource()
642 HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); in createPCHExternalASTSource()
1028 if (getHeaderSearchOpts().Verbose) in ExecuteAction()
1168 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts();
[all …]
H A DFrontendActions.cpp153 Sysroot = CI.getHeaderSearchOpts().Sysroot; in ComputeASTConsumerArguments()
306 const std::string &Sysroot = CI.getHeaderSearchOpts().Sysroot; in ExecuteAction()
756 CI.getHeaderSearchOpts().ModuleFormat = "obj"; in BeginInvocation()
804 HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); in ExecuteAction()
H A DCompilerInvocation.cpp141 HeaderSearchOpts(new HeaderSearchOptions(X.getHeaderSearchOpts())), in CompilerInvocationRefBase()
4508 ParseHeaderSearchArgs(Res.getHeaderSearchOpts(), Args, Diags, in CreateFromArgsImpl()
4632 const HeaderSearchOptions &hsOpts = getHeaderSearchOpts(); in getModuleHash()
4734 getHeaderSearchOpts().ImplicitModuleMaps = false; in clearImplicitModuleBuildOptions()
4735 getHeaderSearchOpts().ModuleCachePath.clear(); in clearImplicitModuleBuildOptions()
4736 getHeaderSearchOpts().ModulesValidateOncePerBuildSession = false; in clearImplicitModuleBuildOptions()
4737 getHeaderSearchOpts().BuildSessionTimestamp = 0; in clearImplicitModuleBuildOptions()
4740 getHeaderSearchOpts().ModuleCachePruneInterval = 7 * 24 * 60 * 60; in clearImplicitModuleBuildOptions()
4741 getHeaderSearchOpts().ModuleCachePruneAfter = 31 * 24 * 60 * 60; in clearImplicitModuleBuildOptions()
4755 return createVFSFromOverlayFiles(CI.getHeaderSearchOpts().VFSOverlayFiles, in createVFSFromCompilerInvocation()
H A DFrontendAction.cpp623 CI.getHeaderSearchOpts() = AST->getHeaderSearchOpts(); in BeginSourceFile()
H A DASTUnit.cpp1550 CI->getHeaderSearchOpts().ResourceDir = std::string(ResourceFilesPath); in LoadFromCompilerInvocationAction()
1780 CI->getHeaderSearchOpts().ResourceDir = std::string(ResourceFilesPath); in LoadFromCommandLine()
1786 CI->getHeaderSearchOpts().ModuleFormat = std::string(*ModuleFormat); in LoadFromCommandLine()
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp119 for (const auto &Entry : CI.getHeaderSearchOpts().UserEntries) { in getRelativeIncludeName()
401 if (CI.getHeaderSearchOpts().Verbose) in PrepareToExecuteAction()
/openbsd-src/gnu/llvm/clang/tools/clang-import-test/
H A Dclang-import-test.cpp183 Inv->getHeaderSearchOpts().UseLibcxx = true; in BuildCompilerInstance()
234 CI.getHeaderSearchOpts(), CI.getPreprocessorOpts(), CI.getCodeGenOpts(), in BuildCodeGen()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp288 HeaderSearchOptions &search_opts = compiler->getHeaderSearchOpts(); in SetupModuleHeaderPaths()
549 m_compiler->getHeaderSearchOpts().UseLibcxx = true; in ClangExpressionParser()
563 m_compiler->getHeaderSearchOpts().UseLibcxx = true; in ClangExpressionParser()
713 &m_compiler->getVirtualFileSystem(), m_compiler->getHeaderSearchOpts(), in ClangExpressionParser()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp1083 CI.getHeaderSearchOpts(), CI.getPreprocessorOpts(), CI.getCodeGenOpts(), in CreateASTConsumer()
1218 CI.getHeaderSearchOpts(), CI.getPreprocessorOpts(), in ExecuteAction()
1241 EmitBackendOutput(Diagnostics, CI.getHeaderSearchOpts(), CodeGenOpts, in ExecuteAction()
H A DObjectFilePCHContainerOperations.cpp149 HeaderSearchOpts(CI.getHeaderSearchOpts()), in PCHContainerGenerator()
H A DCodeGenModule.h734 const HeaderSearchOptions &getHeaderSearchOpts() in getHeaderSearchOpts() function
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearch.h354 HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; } in getHeaderSearchOpts() function
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp403 if (Invocation->getHeaderSearchOpts().Verbose) { in runInvocation()
/openbsd-src/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp615 CI.getHeaderSearchOpts().ResourceDir)); in loadFromSource()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp403 if (HeaderInfo.getHeaderSearchOpts().ImplicitModuleMaps && in findKnownHeader()
2078 if (Map.HeaderInfo.getHeaderSearchOpts().ImplicitModuleMaps && in parseModuleDecl()
2232 Map.HeaderInfo.getHeaderSearchOpts().ModuleMapFileHomeIsCwd in parseExternModuleDecl()
H A DHeaderSearch.cpp1672 if (getHeaderSearchOpts().ModuleMapFileHomeIsCwd) { in loadModuleMapFile()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp554 CInvok->getHeaderSearchOpts().ModuleFormat = std::string( in clang_indexSourceFile_Impl()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp1146 PP.getHeaderSearchInfo().getHeaderSearchOpts().ModulesHashContent) { in writeUnhashedControlBlock()
1183 PP.getHeaderSearchInfo().getHeaderSearchOpts(); in writeUnhashedControlBlock()
1278 if (PP.getHeaderSearchInfo().getHeaderSearchOpts().ModuleFileHomeIsCwd) { in WriteControlBlock()
1292 .getHeaderSearchOpts() in WriteControlBlock()
1294 PP.getHeaderSearchInfo().getHeaderSearchOpts().ModuleFileHomeIsCwd) || in WriteControlBlock()
1435 PP.getHeaderSearchInfo().getHeaderSearchOpts(); in WriteControlBlock()
1504 PP.getHeaderSearchInfo().getHeaderSearchOpts()); in WriteControlBlock()
1578 .getHeaderSearchOpts() in WriteInputFiles()

12