Home | History | Annotate | Download | only in CodeGen

Lines Matching full:constructordecl

1043         ConstructorDecl(CD),
1055 EmitMemberInitializer(CGF, ConstructorDecl->getParent(), MemberInit,
1056 ConstructorDecl, Args);
1066 EmitMemberInitializer(CGF, ConstructorDecl->getParent(),
1067 AggregatedInits[0], ConstructorDecl, Args);
1096 const CXXConstructorDecl *ConstructorDecl;