Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTMerge.cpp50 ASTFiles[I], CI.getPCHContainerReader(), ASTUnit::LoadEverything, Diags, in ExecuteAction()
H A DFrontendAction.cpp579 std::string(InputFile), CI.getPCHContainerReader(), in BeginSourceFile()
647 std::string(InputFile), CI.getPCHContainerReader(), in BeginSourceFile()
740 Dir->path(), FileMgr, CI.getPCHContainerReader(), in BeginSourceFile()
961 CI.getFileManager(), CI.getPCHContainerReader(), Cache)) { in Execute()
H A DCompilerInstance.cpp250 Dir->path(), FileMgr, CI.getPCHContainerReader(), in collectIncludePCH()
471 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(), in createPreprocessor()
569 getASTContext(), getPCHContainerReader(), in createPCHExternalASTSource()
1511 getPCHContainerReader(), getFrontendOpts().ModuleFileExtensions, in createASTReader()
2106 getFileManager(), getPCHContainerReader(), in loadGlobalModuleIndex()
2140 getFileManager(), getPCHContainerReader(), in loadGlobalModuleIndex()
H A DChainedIncludesSource.cpp87 PP, CI.getModuleCache(), &CI.getASTContext(), CI.getPCHContainerReader(), in createASTReader()
H A DFrontendActions.cpp339 CI.getPCHContainerReader(), CI.getFrontendOpts().ModuleFileExtensions, in ExecuteAction()
743 getCurrentFile(), FileMgr, getCompilerInstance().getPCHContainerReader(), in ExecuteAction()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h541 const PCHContainerReader &getPCHContainerReader() const { in getPCHContainerReader() function