Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h733 void createPCHExternalASTSource(
741 static IntrusiveRefCntPtr<ASTReader> createPCHExternalASTSource(
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp610 void CompilerInstance::createPCHExternalASTSource( in createPCHExternalASTSource() function in CompilerInstance
615 TheASTReader = createPCHExternalASTSource( in createPCHExternalASTSource()
624 IntrusiveRefCntPtr<ASTReader> CompilerInstance::createPCHExternalASTSource( in createPCHExternalASTSource() function in CompilerInstance
H A DFrontendAction.cpp994 CI.createPCHExternalASTSource( in BeginSourceFile()