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

/external/clang/include/clang/AST/
H A DExpr.h695 /// IgnoreParens - Ignore parentheses. If this Expr is a ParenExpr, return
696 /// its subexpression. If that subexpression is also a ParenExpr,
701 /// IgnoreParenCasts - Ignore parentheses and casts. Strip off any ParenExpr
709 /// any ParenExpr or ImplicitCastExprs, returning their operand.
724 /// Ignore parentheses and lvalue casts. Strip off any ParenExpr and
734 /// ParenExpr or CastExprs, returning their operand.
1606 /// ParenExpr - This represents a parethesized expression, e.g. "(1)". This
1608 class ParenExpr : public Expr {
1612 ParenExpr(SourceLocation l, SourceLocation r, Expr *val)
1621 explicit ParenExpr(EmptyShel function
[all...]

Completed in 89 milliseconds