Searched refs:src_decl (Results 1 – 2 of 2) sorted by relevance
340 clang::Decl *CopyDecl(clang::Decl *src_decl);
1470 clang::Decl *ClangASTSource::CopyDecl(Decl *src_decl) { in CopyDecl() argument1471 return m_ast_importer_sp->CopyDecl(m_ast_context, src_decl); in CopyDecl()