Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CCE

4222     else if (const CXXConstructExpr *CCE = dyn_cast<CXXConstructExpr>(S)) {
4223 OS << " (CXXConstructExpr, " << CCE->getType().getAsString() << ")";