Searched defs:IgnoreParenCasts (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp1099 CEE = NTTP->getReplacement()->IgnoreParenCasts();
1105 CEE = BO->getRHS()->IgnoreParenCasts();
1108 CEE = UO->getSubExpr()->IgnoreParenCasts();
2286 /// IgnoreParenCasts - Ignore parentheses and casts. Strip off any ParenExpr
2288 Expr *Expr::IgnoreParenCasts() { function in class:Expr
3097 E = E->IgnoreParenCasts();

Completed in 84 milliseconds