Home | History | Annotate | Download | only in Sema

Lines Matching full:constructordecl

3943 void Sema::ActOnMemInitializers(Decl *ConstructorDecl,
3947 if (!ConstructorDecl)
3950 AdjustDeclIfTemplate(ConstructorDecl);
3953 = dyn_cast<CXXConstructorDecl>(ConstructorDecl);