Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CCE

920     if (const CXXConstructExpr *CCE = dyn_cast_or_null<CXXConstructExpr>(Init)){
921 CXXConstructorDecl *Ctor = CCE->getConstructor();
926 if (!CCE->requiresZeroInitialization() || Ctor->getParent()->isEmpty())
940 CCE->arg_begin(), CCE->arg_end(),