Home | History | Annotate | Download | only in AST

Lines Matching refs:CCE

2503       if (const CXXConstructExpr *CCE = dyn_cast<CXXConstructExpr>(Init)) {
2505 for (CXXConstructExpr::const_arg_iterator I = CCE->arg_begin(),
2506 E = CCE->arg_end();