reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1444 = dyn_cast<SubstNonTypeTemplateParmExpr>(CEE)) { 1445 CEE = NTTP->getReplacement()->IgnoreParenCasts(); 1449 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(CEE)) { 1451 CEE = BO->getRHS()->IgnoreParenCasts(); 1452 } else if (UnaryOperator *UO = dyn_cast<UnaryOperator>(CEE)) { 1454 CEE = UO->getSubExpr()->IgnoreParenCasts(); 1456 if (DeclRefExpr *DRE = dyn_cast<DeclRefExpr>(CEE)) 1458 if (MemberExpr *ME = dyn_cast<MemberExpr>(CEE)) 1460 if (auto *BE = dyn_cast<BlockExpr>(CEE))