Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTImporter.cpp33 clang::ASTContext &dst_clang_ast = dst_ast.getASTContext(); in CopyType() local
44 ImporterDelegateSP delegate_sp(GetDelegate(&dst_clang_ast, &src_clang_ast)); in CopyType()
48 ASTImporterDelegate::CxxModuleScope std_scope(*delegate_sp, &dst_clang_ast); in CopyType()