Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearchOptions.h67 class HeaderSearchOptions {
273 HeaderSearchOptions(StringRef _Sysroot = "/")
314 const HeaderSearchOptions::Entry &E) { in addHash()
320 const HeaderSearchOptions::SystemHeaderPrefix &SHP) { in addHash()
H A DHeaderSearch.h50 class HeaderSearchOptions; variable
256 std::shared_ptr<HeaderSearchOptions> HSOpts;
374 HeaderSearch(std::shared_ptr<HeaderSearchOptions> HSOpts,
382 HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; } in getHeaderSearchOpts()
977 const HeaderSearchOptions &HSOpts,
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h50 class HeaderSearchOptions; variable
86 std::shared_ptr<HeaderSearchOptions> HSOpts;
134 const HeaderSearchOptions &getHeaderSearchOpts() const { return *HSOpts; } in getHeaderSearchOpts()
252 HeaderSearchOptions &getHeaderSearchOpts() { return *HSOpts; } in getHeaderSearchOpts()
273 std::shared_ptr<HeaderSearchOptions> getHeaderSearchOptsPtr() { in getHeaderSearchOptsPtr()
389 HeaderSearchOptions &getMutHeaderSearchOpts();
H A DCompilerInstance.h318 HeaderSearchOptions &getHeaderSearchOpts() { in getHeaderSearchOpts()
321 const HeaderSearchOptions &getHeaderSearchOpts() const { in getHeaderSearchOpts()
324 std::shared_ptr<HeaderSearchOptions> getHeaderSearchOptsPtr() const { in getHeaderSearchOptsPtr()
H A DASTUnit.h119 std::shared_ptr<HeaderSearchOptions> HSOpts;
469 const HeaderSearchOptions &getHeaderSearchOpts() const { in getHeaderSearchOpts()
699 std::shared_ptr<HeaderSearchOptions> HSOpts,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h33 const HeaderSearchOptions &HeaderSearchOpts;
74 const HeaderSearchOptions &HeaderSearchOpts,
88 const HeaderSearchOptions &HeaderSearchOpts,
H A DModuleBuilder.cpp37 const HeaderSearchOptions &HeaderSearchOpts; // Only used for debug info.
80 const HeaderSearchOptions &HSO, in CodeGeneratorImpl()
366 const HeaderSearchOptions &HeaderSearchOpts, in CreateLLVMCodeGen()
H A DBackendUtil.cpp136 const HeaderSearchOptions &HSOpts;
210 const HeaderSearchOptions &HeaderSearchOpts, in EmitAssemblyHelper()
329 const HeaderSearchOptions &HSOpts) { in initTargetOptions()
1190 llvm::Module *M, const HeaderSearchOptions &HeaderOpts, in runThinLTOBackend()
1294 DiagnosticsEngine &Diags, const HeaderSearchOptions &HeaderOpts, in EmitBackendOutput()
H A DCodeGenModule.h77 class HeaderSearchOptions; variable
305 const HeaderSearchOptions &HeaderSearchOpts; // Only used for debug info.
632 const HeaderSearchOptions &headersearchopts,
764 const HeaderSearchOptions &getHeaderSearchOpts() in getHeaderSearchOpts()
H A DCodeGenAction.cpp114 const HeaderSearchOptions &HeaderSearchOpts, in BackendConsumer()
139 const HeaderSearchOptions &HeaderSearchOpts, in BackendConsumer()
H A DCodeGenModule.cpp335 const HeaderSearchOptions &HSO, in CodeGenModule()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h40 class HeaderSearchOptions; variable
111 const HeaderSearchOptions &HeaderSearchOpts,
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp64 static bool checkHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in checkHeaderSearchPaths()
65 const HeaderSearchOptions &ExistingHSOpts, in checkHeaderSearchPaths()
88 using PrebuiltModuleFilesT = decltype(HeaderSearchOptions::PrebuiltModuleFiles);
97 const HeaderSearchOptions &HSOpts, in PrebuiltModuleListener()
116 bool ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchPaths()
129 const HeaderSearchOptions &ExistingHSOpts;
H A DModuleDepCollector.cpp33 optimizeHeaderSearchOpts(HeaderSearchOptions &Opts, ASTReader &Reader, in optimizeHeaderSearchOpts()
39 std::vector<HeaderSearchOptions::Entry> Entries; in optimizeHeaderSearchOpts()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp115 HeaderSearchOptions &HSOpts = in HandleTranslationUnit()
H A DASTReader.cpp207 const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath, in ReadHeaderSearchOptions()
858 bool PCHValidator::ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchOptions()
2565 const HeaderSearchOptions &HSOpts = in getInputFile()
2903 const HeaderSearchOptions &HSOpts = in ReadControlBlock()
4657 HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); in ReadAST()
4861 const HeaderSearchOptions &HSOpts = in readUnhashedControlBlock()
5381 bool ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchOptions()
6118 HeaderSearchOptions HSOpts; in ParseHeaderSearchOptions()
6141 HeaderSearchOptions HSOpts; in ParseHeaderSearchPaths()
H A DASTWriter.cpp1343 const HeaderSearchOptions::Entry &Entry = HSOpts.UserEntries[I]; in writeUnhashedControlBlock()
1612 const HeaderSearchOptions &HSOpts = in WriteControlBlock()
1724 HeaderSearchOptions &HSOpts) { in WriteInputFiles()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h87 class HeaderSearchOptions; variable
174 virtual bool ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchOptions()
189 virtual bool ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchPaths()
274 bool ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts,
311 bool ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts,
H A DASTWriter.h57 class HeaderSearchOptions; variable
554 void WriteInputFiles(SourceManager &SourceMgr, HeaderSearchOptions &HSOpts);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp686 bool ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchOptions()
704 bool ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchPaths()
871 HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); in ExecuteAction()
H A DASTUnit.cpp520 HeaderSearchOptions &HSOpts;
531 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector()
561 bool ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchOptions()
578 bool ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchPaths()
804 std::shared_ptr<HeaderSearchOptions> HSOpts, in LoadFromASTFile()
829 AST->HSOpts = HSOpts ? HSOpts : std::make_shared<HeaderSearchOptions>(); in LoadFromASTFile()
H A DCompilerInstance.cpp634 HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); in createPCHExternalASTSource()
1193 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts();
1630 static void pruneModuleCache(const HeaderSearchOptions &HSOpts) { in pruneModuleCache()
1723 HeaderSearchOptions &HSOpts = getHeaderSearchOpts(); in createASTReader()
1833 const HeaderSearchOptions &HSOpts = HS.getHeaderSearchOpts(); in selectModuleSource()
H A DCompilerInvocation.cpp143 HSOpts(std::make_shared<HeaderSearchOptions>()), in CompilerInvocationBase()
233 HeaderSearchOptions &CowCompilerInvocation::getMutHeaderSearchOpts() { in getMutHeaderSearchOpts()
3130 static void GenerateHeaderSearchArgs(const HeaderSearchOptions &Opts, in GenerateHeaderSearchArgs()
3132 const HeaderSearchOptions *HeaderSearchOpts = &Opts; in GenerateHeaderSearchArgs()
3153 auto Matches = [](const HeaderSearchOptions::Entry &Entry, in GenerateHeaderSearchArgs()
3250 static bool ParseHeaderSearchArgs(HeaderSearchOptions &Opts, ArgList &Args, in ParseHeaderSearchArgs()
3255 HeaderSearchOptions *HeaderSearchOpts = &Opts; in ParseHeaderSearchArgs()
4950 const HeaderSearchOptions &hsOpts = getHeaderSearchOpts(); in getModuleHash()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp286 HeaderSearchOptions &search_opts = compiler->getHeaderSearchOpts(); in SetupModuleHeaderPaths()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp84 HeaderSearch::HeaderSearch(std::shared_ptr<HeaderSearchOptions> HSOpts, in HeaderSearch()

12