Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangASTSource.cpp462 Decl *copied_decl = m_ast_importer->CopyDecl(m_ast_context, original_ctx, decl); in FindExternalLexicalDecls()
822 …DeclFromParser <> parser_generic_decl(importer->CopyDecl(&dest_ctx, &this->decl->getASTContext(), … in Import()
886 …Decl *copied_decl = ast_importer->CopyDecl(ast_context, &result_method->getASTContext(), result_me… in FindObjCMethodDeclsWithOrigin()
1087 …Decl *copied_decl = m_ast_importer->CopyDecl(m_ast_context, &method_decl->getASTContext(), method_… in FindObjCMethodDecls()
1669 …Decl *copied_decl = m_ast_importer->CopyDecl(m_ast_context, namespace_decl.GetASTContext(), namesp… in AddNamespace()
DClangExpressionDeclMap.cpp1172 …Decl *parser_ptype_decl = m_ast_importer->CopyDecl(m_ast_context, scratch_ast_context, ptype_type_… in FindExternalVisibleDecls()
/external/lldb/source/Symbol/
DClangASTImporter.cpp71 ClangASTImporter::CopyDecl (clang::ASTContext *dst_ast, in CopyDecl() function in ClangASTImporter
164 clang::Decl *result = CopyDecl(dst_ctx, src_ctx, decl); in DeportDecl()
DClangASTContext.cpp1064 ClangASTContext::CopyDecl (ASTContext *dst_ast, in CopyDecl() function in ClangASTContext
/external/lldb/include/lldb/Symbol/
DClangASTImporter.h105 CopyDecl (clang::ASTContext *dst_ctx,
DClangASTContext.h201 CopyDecl (clang::ASTContext *dest_context,