Home | History | Annotate | Download | only in Sema

Lines Matching full:constructordecl

4247 void Sema::ActOnMemInitializers(Decl *ConstructorDecl,
4251 if (!ConstructorDecl)
4254 AdjustDeclIfTemplate(ConstructorDecl);
4257 = dyn_cast<CXXConstructorDecl>(ConstructorDecl);