Home | History | Annotate | Download | only in AST

Lines Matching refs:IgnoreParenCasts

1202     CEE = NTTP->getReplacement()->IgnoreParenCasts();
1208 CEE = BO->getRHS()->IgnoreParenCasts();
1211 CEE = UO->getSubExpr()->IgnoreParenCasts();
2477 /// IgnoreParenCasts - Ignore parentheses and casts. Strip off any ParenExpr
2479 Expr *Expr::IgnoreParenCasts() {
3397 E = E->IgnoreParenCasts();