Home
last modified time | relevance | path

Searched refs:ast_source_up (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h175 llvm::IntrusiveRefCntPtr<clang::ExternalASTSource> &ast_source_up);
H A DTypeSystemClang.cpp680 llvm::IntrusiveRefCntPtr<ExternalASTSource> &ast_source_up) { in SetExternalSource() argument
683 ast.setExternalSource(ast_source_up); in SetExternalSource()
753 llvm::IntrusiveRefCntPtr<clang::ExternalASTSource> ast_source_up( in CreateASTContext() local
755 SetExternalSource(ast_source_up); in CreateASTContext()