/llvm-project/clang/lib/Lex/ |
H A D | InitHeaderSearch.cpp | 199 AddDefaultCIncludePaths(const llvm::Triple & triple,const HeaderSearchOptions & HSOpts) AddDefaultCIncludePaths() argument 263 AddDefaultCPlusPlusIncludePaths(const LangOptions & LangOpts,const llvm::Triple & triple,const HeaderSearchOptions & HSOpts) AddDefaultCPlusPlusIncludePaths() argument 332 AddDefaultIncludePaths(const LangOptions & Lang,const llvm::Triple & triple,const HeaderSearchOptions & HSOpts) AddDefaultIncludePaths() argument 544 ApplyHeaderSearchOptions(HeaderSearch & HS,const HeaderSearchOptions & HSOpts,const LangOptions & Lang,const llvm::Triple & Triple) ApplyHeaderSearchOptions() argument [all...] |
H A D | HeaderSearch.cpp | 84 HeaderSearch(std::shared_ptr<HeaderSearchOptions> HSOpts,SourceManager & SourceMgr,DiagnosticsEngine & Diags,const LangOptions & LangOpts,const TargetInfo * Target) HeaderSearch() argument [all...] |
/llvm-project/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 115 HeaderSearchOptions &HSOpts = HandleTranslationUnit() local
|
H A D | ASTReader.cpp | 207 ReadHeaderSearchOptions(const HeaderSearchOptions & HSOpts,StringRef SpecificModuleCachePath,bool Complain) ReadHeaderSearchOptions() argument 858 ReadHeaderSearchOptions(const HeaderSearchOptions & HSOpts,StringRef SpecificModuleCachePath,bool Complain) ReadHeaderSearchOptions() argument 2565 const HeaderSearchOptions &HSOpts = getInputFile() local 2903 const HeaderSearchOptions &HSOpts = ReadControlBlock() local 4657 HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); ReadAST() local 4861 const HeaderSearchOptions &HSOpts = readUnhashedControlBlock() local 5381 ReadHeaderSearchOptions(const HeaderSearchOptions & HSOpts,StringRef SpecificModuleCachePath,bool Complain) ReadHeaderSearchOptions() argument 6118 HeaderSearchOptions HSOpts; ParseHeaderSearchOptions() local 6141 HeaderSearchOptions HSOpts; ParseHeaderSearchPaths() local [all...] |
H A D | ASTWriter.cpp | 1316 const auto &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); writeUnhashedControlBlock() local 1612 const HeaderSearchOptions &HSOpts = WriteControlBlock() local 1724 WriteInputFiles(SourceManager & SourceMgr,HeaderSearchOptions & HSOpts) WriteInputFiles() argument [all...] |
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 64 static bool checkHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in checkHeaderSearchPaths() argument 97 const HeaderSearchOptions &HSOpts, in PrebuiltModuleListener() argument 116 bool ReadHeaderSearchPaths(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchPaths() argument
|
/llvm-project/clang/unittests/Frontend/ |
H A D | ASTUnitTest.cpp | 92 auto HSOpts = std::make_shared<HeaderSearchOptions>(); TEST_F() local
|
/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
|
/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 634 HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); createPCHExternalASTSource() local 1193 HeaderSearchOptions &HSOpts = Invocation->getHeaderSearchOpts(); global() local 1630 pruneModuleCache(const HeaderSearchOptions & HSOpts) pruneModuleCache() argument 1723 HeaderSearchOptions &HSOpts = getHeaderSearchOpts(); createASTReader() local 1833 const HeaderSearchOptions &HSOpts = HS.getHeaderSearchOpts(); selectModuleSource() local [all...] |
H A D | ASTUnit.cpp | 520 HeaderSearchOptions &HSOpts; member in __anone893c5040211::ASTInfoCollector 531 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector() argument 561 ReadHeaderSearchOptions(const HeaderSearchOptions & HSOpts,StringRef SpecificModuleCachePath,bool Complain) ReadHeaderSearchOptions() argument 578 ReadHeaderSearchPaths(const HeaderSearchOptions & HSOpts,bool Complain) ReadHeaderSearchPaths() argument 804 LoadFromASTFile(const std::string & Filename,const PCHContainerReader & PCHContainerRdr,WhatToLoad ToLoad,IntrusiveRefCntPtr<DiagnosticsEngine> Diags,const FileSystemOptions & FileSystemOpts,std::shared_ptr<HeaderSearchOptions> HSOpts,std::shared_ptr<LangOptions> LangOpts,bool OnlyLocalDecls,CaptureDiagsKind CaptureDiagnostics,bool AllowASTWithCompilerErrors,bool UserFilesAreVolatile,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) LoadFromASTFile() argument [all...] |
H A D | FrontendActions.cpp | 704 DUMP_BOOLEAN(HSOpts.UseStandardSystemIncludes, in ReadHeaderSearchPaths() argument 686 ReadHeaderSearchOptions(const HeaderSearchOptions & HSOpts,StringRef SpecificModuleCachePath,bool Complain) ReadHeaderSearchOptions() argument 864 HeaderSearchOptions &HSOpts = PP.getHeaderSearchInfo().getHeaderSearchOpts(); ExecuteAction() local [all...] |
/llvm-project/clang/tools/c-index-test/ |
H A D | core_main.cpp | 273 auto HSOpts = std::make_shared<HeaderSearchOptions>(); printSourceSymbolsFromModule() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 136 const HeaderSearchOptions &HSOpts; global() member in __anon684942f70111::EmitAssemblyHelper 329 initTargetOptions(DiagnosticsEngine & Diags,llvm::TargetOptions & Options,const CodeGenOptions & CodeGenOpts,const clang::TargetOptions & TargetOpts,const LangOptions & LangOpts,const HeaderSearchOptions & HSOpts) initTargetOptions() argument
|
/llvm-project/clang/include/clang/Lex/ |
H A D | HeaderSearch.h | 256 std::shared_ptr<HeaderSearchOptions> HSOpts; global() variable
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 174 ReadHeaderSearchOptions(const HeaderSearchOptions & HSOpts,StringRef SpecificModuleCachePath,bool Complain) ReadHeaderSearchOptions() argument 189 ReadHeaderSearchPaths(const HeaderSearchOptions & HSOpts,bool Complain) ReadHeaderSearchPaths() argument
|
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 1198 auto HSOpts = std::make_shared<clang::HeaderSearchOptions>(); GetOrCreateClangModule() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 4014 auto HSOpts = std::make_shared<HeaderSearchOptions>(); clang_createTranslationUnit2() local
|