Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h691 void createPCHExternalASTSource(
699 static IntrusiveRefCntPtr<ASTReader> createPCHExternalASTSource(
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp611 void CompilerInstance::createPCHExternalASTSource( in createPCHExternalASTSource() function in CompilerInstance
616 TheASTReader = createPCHExternalASTSource( in createPCHExternalASTSource()
625 IntrusiveRefCntPtr<ASTReader> CompilerInstance::createPCHExternalASTSource( in createPCHExternalASTSource() function in CompilerInstance
H A DFrontendAction.cpp985 CI.createPCHExternalASTSource( in BeginSourceFile()