Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CCE

875   if (const CXXConstructExpr *CCE = dyn_cast<CXXConstructExpr>(Init)) {
876 CXXConstructorDecl *Ctor = CCE->getConstructor();
880 if (!CCE->requiresZeroInitialization() || Ctor->getParent()->isEmpty())
899 CCE->arg_begin(), CCE->arg_end(),
900 CCE->requiresZeroInitialization());