Home | History | Annotate | Download | only in Sema

Lines Matching refs:CCE

1140   else if (CXXConstructExpr *CCE = dyn_cast<CXXConstructExpr>(Init))
1141 return !CCE->isListInitialization() &&
1142 CCE->getConstructor()->isDefaultConstructor();