Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CCE

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