Searched defs:ParenExpr (Results 1 – 2 of 2) sorted by relevance
739 DECL_VISIT_EXPR(ParenExpr) { in DECL_VISIT_EXPR() argument
1480 ParenExpr(SourceLocation l, SourceLocation r, Expr *val) in ParenExpr() function1489 explicit ParenExpr(EmptyShell Empty) in ParenExpr() function1509 static bool classof(const ParenExpr *) { return true; } in classof()