Home | History | Annotate | Download | only in AST

Lines Matching refs:CCE

2512       if (const CXXConstructExpr *CCE = dyn_cast<CXXConstructExpr>(Init)) {
2514 for (CXXConstructExpr::const_arg_iterator I = CCE->arg_begin(),
2515 E = CCE->arg_end();