Searched refs:CopyDecl (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestClangASTImporter.cpp | 49 importer.CopyDecl(&target_ast->getASTContext(), source.record_decl); in TEST_F() 173 importer.CopyDecl(&target_ast->getASTContext(), source.record_decl); in TEST_F() 195 importer.CopyDecl(&temporary_ast->getASTContext(), source.record_decl); in TEST_F() 200 importer.CopyDecl(&target_ast->getASTContext(), temporary_imported); in TEST_F() 219 importer.CopyDecl(&target_ast->getASTContext(), source.record_decl); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTSource.cpp | 483 Decl *copied_decl = CopyDecl(decl); in FindExternalLexicalDecls() 760 DeclFromParser<> parser_generic_decl(source.CopyDecl(this->decl)); in Import() 827 Decl *copied_decl = CopyDecl(result_method); in FindObjCMethodDeclsWithOrigin() 872 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in FindDeclInModules() 918 clang::Decl *copied_decl = CopyDecl(decls[0]); in FindDeclInObjCRuntime() 1092 Decl *copied_decl = CopyDecl(method_decl); in FindObjCMethodDecls() 1709 Decl *copied_decl = CopyDecl(src_namespace_decl); in AddNamespace() 1727 clang::Decl *ClangASTSource::CopyDecl(Decl *src_decl) { in CopyDecl() function in ClangASTSource 1728 return m_ast_importer_sp->CopyDecl(m_ast_context, src_decl); in CopyDecl()
|
| H A D | ClangASTSource.h | 340 clang::Decl *CopyDecl(clang::Decl *src_decl);
|
| H A D | ClangExpressionDeclMap.cpp | 765 Decl *parser_persistent_decl = CopyDecl(persistent_decl); in SearchPersistenDecls() 1043 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in LookupInModulesDeclVendor() 1333 llvm::cast_or_null<FunctionDecl>(CopyDecl(decl)); in LookupFunction() 1847 CopyDecl(function_template)); in AddOneFunction() 1867 CopyDecl(src_function_decl))) { in AddOneFunction()
|
| H A D | ClangASTImporter.cpp | 66 clang::Decl *ClangASTImporter::CopyDecl(clang::ASTContext *dst_ast, in CopyDecl() function in ClangASTImporter 344 result = CopyDecl(dst_ctx, decl); in DeportDecl() 856 auto R = m_main.CopyDecl(&getToContext(), origin.decl); in ImportImpl()
|
| H A D | ClangASTImporter.h | 97 clang::Decl *CopyDecl(clang::ASTContext *dst_ctx, clang::Decl *decl);
|