HomeSort by relevance Sort by last modified time
    Searched refs:CopyDecl (Results 1 - 6 of 6) sorted by null

  /external/lldb/source/Symbol/
ClangASTImporter.cpp 71 ClangASTImporter::CopyDecl (clang::ASTContext *dst_ast,
164 clang::Decl *result = CopyDecl(dst_ctx, src_ctx, decl);
ClangASTContext.cpp     [all...]
  /external/lldb/include/lldb/Symbol/
ClangASTContext.h 201 CopyDecl (clang::ASTContext *dest_context,
ClangASTImporter.h 105 CopyDecl (clang::ASTContext *dst_ctx,
  /external/lldb/source/Expression/
ClangASTSource.cpp 462 Decl *copied_decl = m_ast_importer->CopyDecl(m_ast_context, original_ctx, decl);
822 DeclFromParser <> parser_generic_decl(importer->CopyDecl(&dest_ctx, &this->decl->getASTContext(), this->decl));
886 Decl *copied_decl = ast_importer->CopyDecl(ast_context, &result_method->getASTContext(), result_method);
    [all...]
ClangExpressionDeclMap.cpp     [all...]

Completed in 114 milliseconds