/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 115 HeaderSearchOptions &HSOpts = in HandleTranslationUnit() local
|
H A D | ASTReader.cpp | 207 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 D | ASTWriter.cpp | 1316 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 D | DependencyScanningWorker.cpp | 64 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 D | CompilerInvocation.h | 86 std::shared_ptr<HeaderSearchOptions> HSOpts; variable
|
H A D | ASTUnit.h | 119 std::shared_ptr<HeaderSearchOptions> HSOpts; variable
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 634 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 D | ASTUnit.cpp | 520 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 D | FrontendActions.cpp | 686 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 D | BackendUtil.cpp | 136 const HeaderSearchOptions &HSOpts; member in __anon3496e3440111::EmitAssemblyHelper 329 const HeaderSearchOptions &HSOpts) { in initTargetOptions()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | HeaderSearch.h | 256 std::shared_ptr<HeaderSearchOptions> HSOpts; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 174 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 D | HeaderSearch.cpp | 84 HeaderSearch::HeaderSearch(std::shared_ptr<HeaderSearchOptions> HSOpts, in HeaderSearch()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 1198 auto HSOpts = std::make_shared<clang::HeaderSearchOptions>(); in GetOrCreateClangModule() local
|