Home
last modified time | relevance | path

Searched refs:getPCHContainerReader (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTMerge.cpp50 ASTFiles[I], CI.getPCHContainerReader(), ASTUnit::LoadEverything, Diags, in ExecuteAction()
H A DFrontendAction.cpp609 std::string(InputFile), CI.getPCHContainerReader(), in BeginSourceFile()
678 std::string(InputFile), CI.getPCHContainerReader(), in BeginSourceFile()
773 Dir->path(), FileMgr, CI.getPCHContainerReader(), in BeginSourceFile()
1047 CI.getFileManager(), CI.getPCHContainerReader(), Cache)) { in Execute()
H A DCompilerInstance.cpp252 Dir->path(), FileMgr, CI.getPCHContainerReader(), in collectIncludePCH()
473 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(), in createPreprocessor()
619 getASTContext(), getPCHContainerReader(), in createPCHExternalASTSource()
1667 getPCHContainerReader(), getFrontendOpts().ModuleFileExtensions, in createASTReader()
2210 getFileManager(), getPCHContainerReader(), in loadGlobalModuleIndex()
2244 getFileManager(), getPCHContainerReader(), in loadGlobalModuleIndex()
H A DChainedIncludesSource.cpp87 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(), in createASTReader()
H A DFrontendActions.cpp379 CI.getPCHContainerReader(), CI.getFrontendOpts().ModuleFileExtensions, in ExecuteAction()
953 getCurrentFile(), FileMgr, getCompilerInstance().getPCHContainerReader(), in ExecuteAction()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.cpp99 InitializePreprocessor(*PP, *PO, Compiler.getPCHContainerReader(), in ExpandModularHeadersPPCallbacks()
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp98 CI.getPCHContainerReader(), in visitPrebuiltModule()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h542 const PCHContainerReader &getPCHContainerReader() const { in getPCHContainerReader() function