Home | History | Annotate | Download | only in AST

Lines Matching refs:IgnoreParenCasts

872     CEE = NTTP->getReplacement()->IgnoreParenCasts();
878 CEE = BO->getRHS()->IgnoreParenCasts();
881 CEE = UO->getSubExpr()->IgnoreParenCasts();
2022 /// IgnoreParenCasts - Ignore parentheses and casts. Strip off any ParenExpr
2024 Expr *Expr::IgnoreParenCasts() {
2602 E = E->IgnoreParenCasts();