Home | History | Annotate | Download | only in Sema

Lines Matching refs:CCE

1254   else if (CXXConstructExpr *CCE = dyn_cast<CXXConstructExpr>(Init))
1255 return !CCE->isListInitialization() &&
1256 CCE->getConstructor()->isDefaultConstructor();