Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp199 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 DHeaderSearch.cpp84 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 DGeneratePCH.cpp115 HeaderSearchOptions &HSOpts = HandleTranslationUnit() local
H A DASTReader.cpp207 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 DASTWriter.cpp1316 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 DDependencyScanningWorker.cpp64 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 DASTUnitTest.cpp92 auto HSOpts = std::make_shared<HeaderSearchOptions>(); TEST_F() local
/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
/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp634 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 DASTUnit.cpp520 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 DFrontendActions.cpp704 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 Dcore_main.cpp273 auto HSOpts = std::make_shared<HeaderSearchOptions>(); printSourceSymbolsFromModule() local
/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp136 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 DHeaderSearch.h256 std::shared_ptr<HeaderSearchOptions> HSOpts; global() variable
/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h174 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 DTypeSystemClang.cpp1198 auto HSOpts = std::make_shared<clang::HeaderSearchOptions>(); GetOrCreateClangModule() local
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp4014 auto HSOpts = std::make_shared<HeaderSearchOptions>(); clang_createTranslationUnit2() local