Home
last modified time | relevance | path

Searched refs:src_decl (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.h340 clang::Decl *CopyDecl(clang::Decl *src_decl);
H A DClangASTSource.cpp1727 clang::Decl *ClangASTSource::CopyDecl(Decl *src_decl) { in CopyDecl() argument
1728 return m_ast_importer_sp->CopyDecl(m_ast_context, src_decl); in CopyDecl()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c561 tree src_decl = find_stack_slot (src_index, type); local
563 emit_move_insn (DECL_RTL (dst_decl), DECL_RTL (src_decl));