Home | History | Annotate | Download | only in CodeGen

Lines Matching full:constructordecl

951         ConstructorDecl(CD),
963 EmitMemberInitializer(CGF, ConstructorDecl->getParent(), MemberInit,
964 ConstructorDecl, Args);
974 EmitMemberInitializer(CGF, ConstructorDecl->getParent(),
975 AggregatedInits[0], ConstructorDecl, Args);
1004 const CXXConstructorDecl *ConstructorDecl;