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

/external/clang/lib/AST/
H A DExpr.cpp1002 CEE = NTTP->getReplacement()->IgnoreParenCasts();
1008 CEE = BO->getRHS()->IgnoreParenCasts();
1011 CEE = UO->getSubExpr()->IgnoreParenCasts();
2179 /// IgnoreParenCasts - Ignore parentheses and casts. Strip off any ParenExpr
2181 Expr *Expr::IgnoreParenCasts() { function in class:Expr
2989 E = E->IgnoreParenCasts();

Completed in 162 milliseconds