Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTMerge.cpp51 ASTFiles[I], CI.getPCHContainerReader(), ASTUnit::LoadEverything, Diags, in ExecuteAction()
H A DFrontendAction.cpp566 InputFile, CI.getPCHContainerReader(), ASTUnit::LoadPreprocessorOnly, in BeginSourceFile()
632 InputFile, CI.getPCHContainerReader(), ASTUnit::LoadEverything, Diags, in BeginSourceFile()
724 Dir->path(), FileMgr, CI.getPCHContainerReader(), in BeginSourceFile()
945 CI.getPCHContainerReader(), Cache); in Execute()
H A DCompilerInstance.cpp188 Dir->path(), FileMgr, CI.getPCHContainerReader(), in collectIncludePCH()
398 InitializePreprocessor(*PP, PPOpts, getPCHContainerReader(), in createPreprocessor()
494 getPCHContainerReader(), in createPCHExternalASTSource()
1483 getPreprocessor(), &getASTContext(), getPCHContainerReader(), in createModuleManager()
2060 getFileManager(), getPCHContainerReader(), in loadGlobalModuleIndex()
2087 getFileManager(), getPCHContainerReader(), in loadGlobalModuleIndex()
H A DChainedIncludesSource.cpp87 CI.getPCHContainerReader(), in createASTReader()
H A DFrontendActions.cpp333 CI.getPreprocessor(), &CI.getASTContext(), CI.getPCHContainerReader(), in ExecuteAction()
714 getCurrentFile(), FileMgr, getCompilerInstance().getPCHContainerReader(), in ExecuteAction()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h549 const PCHContainerReader &getPCHContainerReader() const { in getPCHContainerReader() function