Searched refs:CopyDecl (Results 1 – 6 of 6) sorted by relevance
/external/lldb/source/Expression/ |
D | ClangASTSource.cpp | 462 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()
|
D | ClangExpressionDeclMap.cpp | 1172 …Decl *parser_ptype_decl = m_ast_importer->CopyDecl(m_ast_context, scratch_ast_context, ptype_type_… in FindExternalVisibleDecls()
|
/external/lldb/source/Symbol/ |
D | ClangASTImporter.cpp | 71 ClangASTImporter::CopyDecl (clang::ASTContext *dst_ast, in CopyDecl() function in ClangASTImporter 164 clang::Decl *result = CopyDecl(dst_ctx, src_ctx, decl); in DeportDecl()
|
D | ClangASTContext.cpp | 1064 ClangASTContext::CopyDecl (ASTContext *dst_ast, in CopyDecl() function in ClangASTContext
|
/external/lldb/include/lldb/Symbol/ |
D | ClangASTImporter.h | 105 CopyDecl (clang::ASTContext *dst_ctx,
|
D | ClangASTContext.h | 201 CopyDecl (clang::ASTContext *dest_context,
|