Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp464 Decl *copied_decl = CopyDecl(decl); in FindExternalLexicalDecls()
769 Decl *copied_decl = CopyDecl(result_method); in FindObjCMethodDeclsWithOrigin()
814 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in FindDeclInModules()
860 clang::Decl *copied_decl = CopyDecl(decls[0]); in FindDeclInObjCRuntime()
1024 Decl *copied_decl = CopyDecl(method_decl); in FindObjCMethodDecls()
1452 Decl *copied_decl = CopyDecl(src_namespace_decl); in AddNamespace()
1470 clang::Decl *ClangASTSource::CopyDecl(Decl *src_decl) { in CopyDecl() function in ClangASTSource
1471 return m_ast_importer_sp->CopyDecl(m_ast_context, src_decl); in CopyDecl()
H A DClangASTImporter.h98 clang::Decl *CopyDecl(clang::ASTContext *dst_ctx, clang::Decl *decl);
527 DeclFromParser<> parser_generic_decl(importer.CopyDecl(dest_ctx, this->decl)); in Import()
H A DClangASTSource.h340 clang::Decl *CopyDecl(clang::Decl *src_decl);
H A DClangExpressionDeclMap.cpp758 Decl *parser_persistent_decl = CopyDecl(persistent_decl); in SearchPersistenDecls()
1038 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in LookupInModulesDeclVendor()
1319 llvm::cast_or_null<FunctionDecl>(CopyDecl(decl)); in LookupFunction()
1831 CopyDecl(function_template)); in AddOneFunction()
1851 CopyDecl(src_function_decl))) { in AddOneFunction()
H A DClangASTImporter.cpp69 clang::Decl *ClangASTImporter::CopyDecl(clang::ASTContext *dst_ast, in CopyDecl() function in ClangASTImporter
348 result = CopyDecl(dst_ctx, decl); in DeportDecl()
1099 auto R = m_main.CopyDecl(&getToContext(), origin.decl); in ImportImpl()