Home
last modified time | relevance | path

Searched refs:HeaderSearchOptions (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DHeaderSearchOptions.h68 class HeaderSearchOptions {
228 HeaderSearchOptions(StringRef _Sysroot = "/")
262 inline llvm::hash_code hash_value(const HeaderSearchOptions::Entry &E) { in hash_value()
268 const HeaderSearchOptions::Entry &E) { in addHash()
273 hash_value(const HeaderSearchOptions::SystemHeaderPrefix &SHP) { in hash_value()
279 const HeaderSearchOptions::SystemHeaderPrefix &SHP) { in addHash()
H A DHeaderSearch.h49 class HeaderSearchOptions; variable
230 std::shared_ptr<HeaderSearchOptions> HSOpts;
334 HeaderSearch(std::shared_ptr<HeaderSearchOptions> HSOpts,
342 HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; } in getHeaderSearchOpts()
916 const HeaderSearchOptions &HSOpts,
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h49 class HeaderSearchOptions; variable
89 std::shared_ptr<HeaderSearchOptions> HeaderSearchOpts;
112 HeaderSearchOptions &getHeaderSearchOpts() { return *HeaderSearchOpts; } in getHeaderSearchOpts()
114 const HeaderSearchOptions &getHeaderSearchOpts() const { in getHeaderSearchOpts()
118 std::shared_ptr<HeaderSearchOptions> getHeaderSearchOptsPtr() const { in getHeaderSearchOptsPtr()
H A DCompilerInstance.h289 HeaderSearchOptions &getHeaderSearchOpts() { in getHeaderSearchOpts()
292 const HeaderSearchOptions &getHeaderSearchOpts() const { in getHeaderSearchOpts()
295 std::shared_ptr<HeaderSearchOptions> getHeaderSearchOptsPtr() const { in getHeaderSearchOptsPtr()
H A DASTUnit.h119 std::shared_ptr<HeaderSearchOptions> HSOpts;
466 const HeaderSearchOptions &getHeaderSearchOpts() const { in getHeaderSearchOpts()
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DBackendUtil.h25 class HeaderSearchOptions; variable
39 void EmitBackendOutput(DiagnosticsEngine &Diags, const HeaderSearchOptions &,
H A DModuleBuilder.h36 class HeaderSearchOptions; variable
107 const HeaderSearchOptions &HeaderSearchOpts,
/llvm-project-15.0.7/clang/lib/Lex/
H A DInitHeaderSearch.cpp95 const HeaderSearchOptions &HSOpts);
101 const HeaderSearchOptions &HSOpts);
107 const HeaderSearchOptions &HSOpts);
227 const HeaderSearchOptions &HSOpts) { in AddDefaultCIncludePaths()
388 const HeaderSearchOptions &HSOpts) { in AddDefaultCPlusPlusIncludePaths()
430 const HeaderSearchOptions &HSOpts) { in AddDefaultIncludePaths()
659 const HeaderSearchOptions &HSOpts, in ApplyHeaderSearchOptions()
666 const HeaderSearchOptions::Entry &E = HSOpts.UserEntries[i]; in ApplyHeaderSearchOptions()
/llvm-project-15.0.7/clang/unittests/Lex/
H A DPPCallbacksTest.cpp195 HeaderSearch HeaderInfo(std::make_shared<HeaderSearchOptions>(), SourceMgr, in InclusionDirectiveFilenameRange()
214 HeaderSearch HeaderInfo(std::make_shared<HeaderSearchOptions>(), SourceMgr, in InclusionDirectiveCharacteristicKind()
250 HeaderSearch HeaderInfo(std::make_shared<HeaderSearchOptions>(), SourceMgr, in DirectiveExprRange()
279 HeaderSearch HeaderInfo(std::make_shared<HeaderSearchOptions>(), SourceMgr, in PragmaMarkCall()
313 HeaderSearch HeaderInfo(std::make_shared<HeaderSearchOptions>(), SourceMgr, in PragmaOpenCLExtensionCall()
H A DPPMemoryAllocationsTest.cpp69 HeaderSearch HeaderInfo(std::make_shared<HeaderSearchOptions>(), SourceMgr, in TEST_F()
H A DPPConditionalDirectiveRecordTest.cpp77 HeaderSearch HeaderInfo(std::make_shared<HeaderSearchOptions>(), SourceMgr, in TEST_F()
H A DHeaderSearchTest.cpp34 Search(std::make_shared<HeaderSearchOptions>(), SourceMgr, Diags, in HeaderSearchTest()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DModuleBuilder.cpp37 const HeaderSearchOptions &HeaderSearchOpts; // Only used for debug info.
80 const HeaderSearchOptions &HSO, in CodeGeneratorImpl()
365 const HeaderSearchOptions &HeaderSearchOpts, in CreateLLVMCodeGen()
H A DBackendUtil.cpp110 const HeaderSearchOptions &HSOpts;
176 const HeaderSearchOptions &HeaderSearchOpts, in EmitAssemblyHelper()
333 const HeaderSearchOptions &HSOpts) { in initTargetOptions()
1045 const HeaderSearchOptions &HeaderOpts, const CodeGenOptions &CGOpts, in runThinLTOBackend()
1144 const HeaderSearchOptions &HeaderOpts, in EmitBackendOutput()
H A DCodeGenModule.h74 class HeaderSearchOptions; variable
301 const HeaderSearchOptions &HeaderSearchOpts; // Only used for debug info.
593 const HeaderSearchOptions &headersearchopts,
724 const HeaderSearchOptions &getHeaderSearchOpts() in getHeaderSearchOpts()
H A DCodeGenAction.cpp111 const HeaderSearchOptions &HeaderSearchOpts;
150 const HeaderSearchOptions &HeaderSearchOpts, in BackendConsumer()
176 const HeaderSearchOptions &HeaderSearchOpts, in BackendConsumer()
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dextract_interface.cc387 void add_path(HeaderSearchOptions &HSO, string Path) in add_path()
398 void add_path(HeaderSearchOptions &HSO, string Path) in add_path()
551 HeaderSearchOptions &HSO = Clang->getHeaderSearchOpts(); in main()
/llvm-project-15.0.7/clang/unittests/Basic/
H A DSourceManagerTest.cpp131 HeaderSearch HeaderInfo(std::make_shared<HeaderSearchOptions>(), SourceMgr, in TEST_F()
362 HeaderSearch HeaderInfo(std::make_shared<HeaderSearchOptions>(), SourceMgr, in TEST_F()
486 HeaderSearch HeaderInfo(std::make_shared<HeaderSearchOptions>(), SourceMgr, in TEST_F()
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp21 static void optimizeHeaderSearchOpts(HeaderSearchOptions &Opts, in optimizeHeaderSearchOpts()
25 std::vector<HeaderSearchOptions::Entry> Entries = Opts.UserEntries; in optimizeHeaderSearchOpts()
H A DDependencyScanningWorker.cpp49 using PrebuiltModuleFilesT = decltype(HeaderSearchOptions::PrebuiltModuleFiles);
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTWriter.h58 class HeaderSearchOptions; variable
468 void WriteInputFiles(SourceManager &SourceMgr, HeaderSearchOptions &HSOpts,
H A DASTReader.h86 class HeaderSearchOptions; variable
169 virtual bool ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchOptions()
255 bool ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts,
291 bool ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts,
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.cpp85 auto HSO = std::make_shared<HeaderSearchOptions>(); in ExpandModularHeadersPPCallbacks()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp635 HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); in createPCHExternalASTSource()
1158 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts();
1562 static void pruneModuleCache(const HeaderSearchOptions &HSOpts) { in pruneModuleCache()
1655 HeaderSearchOptions &HSOpts = getHeaderSearchOpts(); in createASTReader()
1763 const HeaderSearchOptions &HSOpts = HS.getHeaderSearchOpts(); in selectModuleSource()
/llvm-project-15.0.7/clang/unittests/Analysis/
H A DMacroExpansionContextTest.cpp62 HeaderSearch HeaderInfo(std::make_shared<HeaderSearchOptions>(), SourceMgr, in getMacroExpansionContextFor()

12