Home
last modified time | relevance | path

Searched defs:HSOpts (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp115 HeaderSearchOptions &HSOpts = in HandleTranslationUnit() local
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() local
2903 const HeaderSearchOptions &HSOpts = in ReadControlBlock() local
4657 HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); in ReadAST() local
4861 const HeaderSearchOptions &HSOpts = in readUnhashedControlBlock() local
5381 bool ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchOptions()
6118 HeaderSearchOptions HSOpts; in ParseHeaderSearchOptions() local
6141 HeaderSearchOptions HSOpts; in ParseHeaderSearchPaths() local
H A DASTWriter.cpp1316 const auto &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); in writeUnhashedControlBlock() local
1612 const HeaderSearchOptions &HSOpts = in WriteControlBlock() local
1724 HeaderSearchOptions &HSOpts) { in WriteInputFiles()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp64 static bool checkHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in checkHeaderSearchPaths()
97 const HeaderSearchOptions &HSOpts, in PrebuiltModuleListener()
116 bool ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchPaths()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h86 std::shared_ptr<HeaderSearchOptions> HSOpts; variable
H A DASTUnit.h119 std::shared_ptr<HeaderSearchOptions> HSOpts; variable
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp634 HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); in createPCHExternalASTSource() local
1193 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts(); local
1630 static void pruneModuleCache(const HeaderSearchOptions &HSOpts) { in pruneModuleCache()
1723 HeaderSearchOptions &HSOpts = getHeaderSearchOpts(); in createASTReader() local
1833 const HeaderSearchOptions &HSOpts = HS.getHeaderSearchOpts(); in selectModuleSource() local
H A DASTUnit.cpp520 HeaderSearchOptions &HSOpts; member in __anone37b80710211::ASTInfoCollector
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()
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() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp136 const HeaderSearchOptions &HSOpts; member in __anon3496e3440111::EmitAssemblyHelper
329 const HeaderSearchOptions &HSOpts) { in initTargetOptions()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h256 std::shared_ptr<HeaderSearchOptions> HSOpts; variable
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h174 virtual bool ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchOptions()
189 virtual bool ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchPaths()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp84 HeaderSearch::HeaderSearch(std::shared_ptr<HeaderSearchOptions> HSOpts, in HeaderSearch()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1198 auto HSOpts = std::make_shared<clang::HeaderSearchOptions>(); in GetOrCreateClangModule() local