Home | History | Annotate | Download | only in AST

Lines Matching refs:CCE

2746       if (const CXXConstructExpr *CCE = dyn_cast<CXXConstructExpr>(Init)) {
2748 for (CXXConstructExpr::const_arg_iterator I = CCE->arg_begin(),
2749 E = CCE->arg_end();