Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp226 const HeaderSearchOptions &HSOpts) { in AddDefaultCIncludePaths()
375 const HeaderSearchOptions &HSOpts) { in AddDefaultCPlusPlusIncludePaths()
442 const HeaderSearchOptions &HSOpts) { in AddDefaultIncludePaths()
655 const HeaderSearchOptions &HSOpts, in ApplyHeaderSearchOptions()
H A DHeaderSearch.cpp82 HeaderSearch::HeaderSearch(std::shared_ptr<HeaderSearchOptions> HSOpts, in HeaderSearch()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp642 HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); in createPCHExternalASTSource() local
1168 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts(); local
1576 static void pruneModuleCache(const HeaderSearchOptions &HSOpts) { in pruneModuleCache()
1669 HeaderSearchOptions &HSOpts = getHeaderSearchOpts(); in createASTReader() local
1777 const HeaderSearchOptions &HSOpts = HS.getHeaderSearchOpts(); in selectModuleSource() local
H A DASTUnit.cpp520 HeaderSearchOptions &HSOpts; member in __anon539022680211::ASTInfoCollector
531 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector()
551 bool ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchOptions()
564 bool ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchPaths()
H A DFrontendActions.cpp642 bool ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchOptions()
804 HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); in ExecuteAction() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp121 const HeaderSearchOptions &HSOpts; member in __anonf4fb55db0111::EmitAssemblyHelper
340 const HeaderSearchOptions &HSOpts) { in initTargetOptions()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DHeaderSearch.h230 std::shared_ptr<HeaderSearchOptions> HSOpts; variable
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h118 std::shared_ptr<HeaderSearchOptions> HSOpts; variable
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h173 virtual bool ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchOptions()
188 virtual bool ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchPaths()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp202 const HeaderSearchOptions &HSOpts, StringRef SpecificModuleCachePath, in ReadHeaderSearchOptions()
809 static bool checkHeaderSearchOptions(const HeaderSearchOptions &HSOpts, in checkHeaderSearchOptions()
828 bool PCHValidator::ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchOptions()
2668 const HeaderSearchOptions &HSOpts = in ReadControlBlock() local
4688 const HeaderSearchOptions &HSOpts = in readUnhashedControlBlock() local
5199 bool ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchOptions()
5913 HeaderSearchOptions HSOpts; in ParseHeaderSearchOptions() local
5936 HeaderSearchOptions HSOpts; in ParseHeaderSearchPaths() local
H A DASTWriter.cpp1182 const HeaderSearchOptions &HSOpts = in writeUnhashedControlBlock() local
1434 const HeaderSearchOptions &HSOpts = in WriteControlBlock() local
1525 HeaderSearchOptions &HSOpts) { in WriteInputFiles()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1250 auto HSOpts = std::make_shared<clang::HeaderSearchOptions>(); in GetOrCreateClangModule() local