Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp483 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 DClangASTSource.h340 clang::Decl *CopyDecl(clang::Decl *src_decl);
H A DClangExpressionDeclMap.cpp764 Decl *parser_persistent_decl = CopyDecl(persistent_decl); in SearchPersistenDecls()
1044 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in LookupInModulesDeclVendor()
1334 llvm::cast_or_null<FunctionDecl>(CopyDecl(decl)); in LookupFunction()
1848 CopyDecl(function_template)); in AddOneFunction()
1868 CopyDecl(src_function_decl))) { in AddOneFunction()
H A DClangASTImporter.cpp66 clang::Decl *ClangASTImporter::CopyDecl(clang::ASTContext *dst_ast, in CopyDecl() function in ClangASTImporter
345 result = CopyDecl(dst_ctx, decl); in DeportDecl()
857 auto R = m_main.CopyDecl(&getToContext(), origin.decl); in ImportImpl()
H A DClangASTImporter.h97 clang::Decl *CopyDecl(clang::ASTContext *dst_ctx, clang::Decl *decl);