Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h179 llvm::IntrusiveRefCntPtr<clang::ExternalASTSource> &ast_source_up);
H A DTypeSystemClang.cpp631 llvm::IntrusiveRefCntPtr<ExternalASTSource> &ast_source_up) { in SetExternalSource() argument
634 ast.setExternalSource(ast_source_up); in SetExternalSource()
703 llvm::IntrusiveRefCntPtr<clang::ExternalASTSource> ast_source_up( in CreateASTContext() local
705 SetExternalSource(ast_source_up); in CreateASTContext()