Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConstructorDecl

3672 void Sema::ActOnMemInitializers(Decl *ConstructorDecl,
3676 if (!ConstructorDecl)
3679 AdjustDeclIfTemplate(ConstructorDecl);
3682 = dyn_cast<CXXConstructorDecl>(ConstructorDecl);