Home | History | Annotate | Download | only in Sema

Lines Matching refs:CtorDecl

6988   CXXConstructorDecl *CtorDecl
6991 if (!CtorDecl) return;
6995 CtorDecl->getType()->castAs<FunctionProtoType>();
7003 CtorDecl->setType(Context.getFunctionType(Context.VoidTy, 0, 0, EPI));
7008 if (!CtorDecl->isInvalidDecl() && CtorDecl->isExplicitlyDefaulted() &&
7010 CheckExplicitlyDefaultedDefaultConstructor(CtorDecl);