Lines Matching defs:CEE
1546 Expr *CEE = IgnoreParenImpCasts();
1548 while (auto *NTTP = dyn_cast<SubstNonTypeTemplateParmExpr>(CEE))
1549 CEE = NTTP->getReplacement()->IgnoreParenImpCasts();
1553 if (auto *BO = dyn_cast<BinaryOperator>(CEE)) {
1555 CEE = BO->getRHS()->IgnoreParenImpCasts();
1558 } else if (auto *UO = dyn_cast<UnaryOperator>(CEE)) {
1561 CEE = UO->getSubExpr()->IgnoreParenImpCasts();
1568 if (auto *DRE = dyn_cast<DeclRefExpr>(CEE))
1570 if (auto *ME = dyn_cast<MemberExpr>(CEE))
1572 if (auto *BE = dyn_cast<BlockExpr>(CEE))