Searched refs:getHeaderSearchOpts (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp218 if (Clang->getHeaderSearchOpts().UseBuiltinIncludes &&
219 Clang->getHeaderSearchOpts().ResourceDir.empty())
220 Clang->getHeaderSearchOpts().ResourceDir =
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h292 HeaderSearchOptions &getHeaderSearchOpts() { function in class:clang::CompilerInstance
293 return Invocation->getHeaderSearchOpts();
295 const HeaderSearchOptions &getHeaderSearchOpts() const { function in class:clang::CompilerInstance
296 return Invocation->getHeaderSearchOpts();
530 StringRef Format = getHeaderSearchOpts().ModuleFormat;
544 StringRef Format = getHeaderSearchOpts().ModuleFormat;
H A DCompilerInvocation.h94 HeaderSearchOptions &getHeaderSearchOpts() { return *HeaderSearchOpts; } function in class:clang::CompilerInvocationBase
96 const HeaderSearchOptions &getHeaderSearchOpts() const { function in class:clang::CompilerInvocationBase
H A DASTUnit.h466 const HeaderSearchOptions &getHeaderSearchOpts() const { function in class:clang::ASTUnit
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp104 for (const auto &Entry : CI.getHeaderSearchOpts().UserEntries)
106 for (const auto &Entry : CI.getHeaderSearchOpts().VFSOverlayFiles)
155 Compiler.getHeaderSearchOpts().ModulesStrictContextHash = true;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp203 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty())
208 for (const std::string &VFSFile : CI.getHeaderSearchOpts().VFSOverlayFiles) {
420 ApplyHeaderSearchOptions(PP->getHeaderSearchInfo(), getHeaderSearchOpts(),
434 getHeaderSearchOpts().Sysroot);
477 SmallString<256> SpecificModuleCache(getHeaderSearchOpts().ModuleCachePath);
478 if (!SpecificModuleCache.empty() && !getHeaderSearchOpts().DisableModuleHash)
502 Path, getHeaderSearchOpts().Sysroot, DisablePCHValidation,
519 HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts();
966 if (getHeaderSearchOpts().Verbose)
1080 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts();
[all...]
H A DFrontendActions.cpp127 Sysroot = CI.getHeaderSearchOpts().Sysroot;
335 const std::string &Sysroot = CI.getHeaderSearchOpts().Sysroot;
710 CI.getHeaderSearchOpts().ModuleFormat = "obj";
736 PP.getHeaderSearchInfo().getHeaderSearchOpts();
H A DFrontendAction.cpp586 CI.getHeaderSearchOpts() = AST->getHeaderSearchOpts();
H A DASTUnit.cpp1536 CI->getHeaderSearchOpts().ResourceDir = std::string(ResourceFilesPath);
1772 CI->getHeaderSearchOpts().ResourceDir = std::string(ResourceFilesPath);
1778 CI->getHeaderSearchOpts().ModuleFormat =
H A DCompilerInvocation.cpp115 HeaderSearchOpts(new HeaderSearchOptions(X.getHeaderSearchOpts())),
3749 ParseHeaderSearchArgs(Res.getHeaderSearchOpts(), Args,
3871 const HeaderSearchOptions &hsOpts = getHeaderSearchOpts();
3981 if (CI.getHeaderSearchOpts().VFSOverlayFiles.empty())
3986 for (const auto &File : CI.getHeaderSearchOpts().VFSOverlayFiles) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp287 HeaderSearchOptions &search_opts = compiler->getHeaderSearchOpts();
506 m_compiler->getHeaderSearchOpts().UseLibcxx = true;
520 m_compiler->getHeaderSearchOpts().UseLibcxx = true;
659 m_compiler->getHeaderSearchOpts(), m_compiler->getPreprocessorOpts(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1000 BA, CI.getDiagnostics(), CI.getHeaderSearchOpts(),
1149 BackendConsumer Result(BA, CI.getDiagnostics(), CI.getHeaderSearchOpts(),
1173 EmitBackendOutput(Diagnostics, CI.getHeaderSearchOpts(), CodeGenOpts,
H A DObjectFilePCHContainerOperations.cpp143 HeaderSearchOpts(CI.getHeaderSearchOpts()),
H A DCodeGenModule.h680 const HeaderSearchOptions &getHeaderSearchOpts() function in class:clang::CodeGen::CodeGenModule
H A DCGDebugInfo.cpp627 Sysroot = CGM.getHeaderSearchOpts().Sysroot;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h262 HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; } function in class:clang::HeaderSearch
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp368 if (Invocation->getHeaderSearchOpts().Verbose) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp399 if (HeaderInfo.getHeaderSearchOpts().ImplicitModuleMaps &&
2019 if (Map.HeaderInfo.getHeaderSearchOpts().ImplicitModuleMaps &&
2173 Map.HeaderInfo.getHeaderSearchOpts().ModuleMapFileHomeIsCwd
H A DHeaderSearch.cpp1503 if (getHeaderSearchOpts().ModuleMapFileHomeIsCwd) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp588 CI.getHeaderSearchOpts().ResourceDir));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp1063 PP.getHeaderSearchInfo().getHeaderSearchOpts().ModulesHashContent) {
1161 .getHeaderSearchOpts()
1298 = PP.getHeaderSearchInfo().getHeaderSearchOpts();
1399 PP.getHeaderSearchInfo().getHeaderSearchOpts(),
1470 .getHeaderSearchOpts()
H A DASTReader.cpp2615 PP.getHeaderSearchInfo().getHeaderSearchOpts();
4425 .getHeaderSearchOpts()
4637 PP.getHeaderSearchInfo().getHeaderSearchOpts();

Completed in 320 milliseconds