Home | History | Annotate | Download | only in Sema

Lines Matching full:ctor

1525   if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(MD)) {
1526 if (Ctor->isDefaultConstructor())
1529 if (Ctor->isCopyConstructor())
1532 if (Ctor->isMoveConstructor())