Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.h178 llvm::IntrusiveRefCntPtr<clang::ExternalASTSource> &ast_source_up);
DTypeSystemClang.cpp687 llvm::IntrusiveRefCntPtr<ExternalASTSource> &ast_source_up) { in SetExternalSource() argument
689 ast.setExternalSource(ast_source_up); in SetExternalSource()
762 llvm::IntrusiveRefCntPtr<clang::ExternalASTSource> ast_source_up( in CreateASTContext() local
764 SetExternalSource(ast_source_up); in CreateASTContext()