Home | History | Annotate | Download | only in Core

Lines Matching refs:CCE

265     if (const CXXConstructExpr *CCE = dyn_cast<CXXConstructExpr>(CE)) {
267 svalBuilder.getCXXThis(CCE->getConstructor()->getParent(), calleeCtx);
271 if (isTemporaryPRValue(CCE, ThisV))
274 state = state->BindExpr(CCE, callerCtx, ThisV);