Searched refs:getPCHContainerReader (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Frontend/ |
D | FrontendAction.cpp | 212 InputFile, CI.getPCHContainerReader(), Diags, CI.getFileSystemOpts(), in BeginSourceFile() 294 Dir->path(), FileMgr, CI.getPCHContainerReader(), in BeginSourceFile() 467 CI.getPCHContainerReader(), Cache); in Execute()
|
D | ASTMerge.cpp | 49 ASTUnit::LoadFromASTFile(ASTFiles[I], CI.getPCHContainerReader(), in ExecuteAction()
|
D | CompilerInstance.cpp | 333 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()
|
D | FrontendActions.cpp | 432 CI.getPreprocessor(), CI.getASTContext(), CI.getPCHContainerReader(), in ExecuteAction() 610 getCompilerInstance().getPCHContainerReader(), in ExecuteAction()
|
D | ChainedIncludesSource.cpp | 84 CI.getPCHContainerReader(), in createASTReader()
|
/external/clang/include/clang/Frontend/ |
D | CompilerInstance.h | 532 const PCHContainerReader &getPCHContainerReader() const { in getPCHContainerReader() function
|