Home
last modified time | relevance | path

Searched refs:createPCHExternalASTSource (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h665 void createPCHExternalASTSource(StringRef Path, bool DisablePCHValidation,
673 static IntrusiveRefCntPtr<ASTReader> createPCHExternalASTSource(
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp487 void CompilerInstance::createPCHExternalASTSource( in createPCHExternalASTSource() function in CompilerInstance
491 ModuleManager = createPCHExternalASTSource( in createPCHExternalASTSource()
503 IntrusiveRefCntPtr<ASTReader> CompilerInstance::createPCHExternalASTSource( in createPCHExternalASTSource() function in CompilerInstance
H A DFrontendAction.cpp860 CI.createPCHExternalASTSource( in BeginSourceFile()