Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTMerge.cpp49 ASTFiles[I], CI.getPCHContainerReader(), ASTUnit::LoadEverything, in ExecuteAction()
H A DFrontendAction.cpp777 InputFile, CI.getPCHContainerReader(), ASTUnit::LoadPreprocessorOnly, in BeginSourceFile()
844 InputFile, CI.getPCHContainerReader(), ASTUnit::LoadEverything, nullptr, in BeginSourceFile()
949 CI.getPCHContainerReader(), CI.getLangOpts(), in BeginSourceFile()
1231 CI.getFileManager(), CI.getPCHContainerReader(), Cache)) { in Execute()
H A DChainedIncludesSource.cpp64 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(), in createASTReader()
H A DCompilerInstance.cpp254 CI.getPCHContainerReader(), in collectIncludePCH()
468 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(), in createPreprocessor()
617 getASTContext(), getPCHContainerReader(), in createPCHExternalASTSource()
1749 getPCHContainerReader(), getFrontendOpts().ModuleFileExtensions, in createASTReader()
2302 getFileManager(), getPCHContainerReader(), in loadGlobalModuleIndex()
2336 getFileManager(), getPCHContainerReader(), in loadGlobalModuleIndex()
H A DFrontendActions.cpp361 CI.getPCHContainerReader(), CI.getFrontendOpts().ModuleFileExtensions, in ExecuteAction()
996 CI.getPCHContainerReader(), in ExecuteAction()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp223 CI.getPCHContainerReader(), in visitPrebuiltModule()
232 CI.getPCHContainerReader(), in visitPrebuiltModule()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h586 const PCHContainerReader &getPCHContainerReader() const { in getPCHContainerReader() function