Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DFrontendAction.cpp212 InputFile, CI.getPCHContainerReader(), Diags, CI.getFileSystemOpts(), in BeginSourceFile()
294 Dir->path(), FileMgr, CI.getPCHContainerReader(), in BeginSourceFile()
467 CI.getPCHContainerReader(), Cache); in Execute()
DASTMerge.cpp49 ASTUnit::LoadFromASTFile(ASTFiles[I], CI.getPCHContainerReader(), in ExecuteAction()
DCompilerInstance.cpp333 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(), in createPreprocessor()
416 getPCHContainerReader(), in createPCHExternalASTSource()
1307 getPreprocessor(), getASTContext(), getPCHContainerReader(), in createModuleManager()
1697 getFileManager(), getPCHContainerReader(), in loadGlobalModuleIndex()
1724 getFileManager(), getPCHContainerReader(), in loadGlobalModuleIndex()
DFrontendActions.cpp432 CI.getPreprocessor(), CI.getASTContext(), CI.getPCHContainerReader(), in ExecuteAction()
610 getCompilerInstance().getPCHContainerReader(), in ExecuteAction()
DChainedIncludesSource.cpp84 CI.getPCHContainerReader(), in createASTReader()
/external/clang/include/clang/Frontend/
DCompilerInstance.h532 const PCHContainerReader &getPCHContainerReader() const { in getPCHContainerReader() function