Searched refs:getPCHContainerReader (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | FrontendAction.cpp | 628 std::string(InputFile), CI.getPCHContainerReader(), in BeginSourceFile() 696 std::string(InputFile), CI.getPCHContainerReader(), in BeginSourceFile() 801 CI.getPCHContainerReader(), CI.getLangOpts(), in BeginSourceFile() 1088 CI.getFileManager(), CI.getPCHContainerReader(), Cache)) { in Execute()
|
H A D | ChainedIncludesSource.cpp | 64 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(), in createASTReader()
|
H A D | CompilerInstance.cpp | 255 CI.getPCHContainerReader(), in collectIncludePCH() 471 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(), in createPreprocessor() 618 getASTContext(), getPCHContainerReader(), in createPCHExternalASTSource() 1735 getPCHContainerReader(), getFrontendOpts().ModuleFileExtensions, in createASTReader() 2286 getFileManager(), getPCHContainerReader(), in loadGlobalModuleIndex() 2320 getFileManager(), getPCHContainerReader(), in loadGlobalModuleIndex()
|
H A D | FrontendActions.cpp | 345 CI.getPCHContainerReader(), CI.getFrontendOpts().ModuleFileExtensions, in ExecuteAction() 967 CI.getPCHContainerReader(), in ExecuteAction()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 152 CI.getPCHContainerReader(), in visitPrebuiltModule() 161 CI.getPCHContainerReader(), in visitPrebuiltModule()
|
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 600 const PCHContainerReader &getPCHContainerReader() const { in getPCHContainerReader() function
|