Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp632 Decl *copied_decl = CopyDecl(decl); in FindExternalLexicalDecls()
917 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in FindExternalVisibleDecls()
972 clang::Decl *copied_decl = CopyDecl(decls[0]); in FindExternalVisibleDecls()
1037 DeclFromParser<> parser_generic_decl(source.CopyDecl(this->decl)); in Import()
1104 Decl *copied_decl = CopyDecl(result_method); in FindObjCMethodDeclsWithOrigin()
1310 Decl *copied_decl = CopyDecl(method_decl); in FindObjCMethodDecls()
1942 Decl *copied_decl = CopyDecl(src_namespace_decl); in AddNamespace()
1972 clang::Decl *ClangASTSource::CopyDecl(Decl *src_decl) { in CopyDecl() function in ClangASTSource
1975 return m_ast_importer_sp->CopyDecl(m_ast_context, &from_context, src_decl); in CopyDecl()
H A DClangExpressionDeclMap.cpp903 Decl *parser_persistent_decl = CopyDecl(persistent_decl); in FindExternalVisibleDecls()
1440 llvm::cast_or_null<FunctionDecl>(CopyDecl(decl)); in FindExternalVisibleDecls()
1482 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in FindExternalVisibleDecls()
1509 clang::Decl *copied_decl = CopyDecl(decl_from_modules); in FindExternalVisibleDecls()
1978 CopyDecl(function_template)); in AddOneFunction()
1999 CopyDecl(src_function_decl))) { in AddOneFunction()
H A DClangASTSource.h399 clang::Decl *CopyDecl(clang::Decl *src_decl);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTImporter.h108 clang::Decl *CopyDecl(clang::ASTContext *dst_ctx, clang::ASTContext *src_ctx,
H A DClangASTContext.h202 static clang::Decl *CopyDecl(clang::ASTContext *dest_context,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTImporter.cpp94 clang::Decl *ClangASTImporter::CopyDecl(clang::ASTContext *dst_ast, in CopyDecl() function in ClangASTImporter
303 clang::Decl *result = CopyDecl(dst_ctx, src_ctx, decl); in DeportDecl()
H A DClangASTContext.cpp1409 clang::Decl *ClangASTContext::CopyDecl(ASTContext *dst_ast, ASTContext *src_ast, in CopyDecl() function in ClangASTContext