Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConstructorDecl

4231 void Sema::ActOnMemInitializers(Decl *ConstructorDecl,
4235 if (!ConstructorDecl)
4238 AdjustDeclIfTemplate(ConstructorDecl);
4241 = dyn_cast<CXXConstructorDecl>(ConstructorDecl);