Home
last modified time | relevance | path

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

/external/v8/tools/gcmole/
Dgcmole.cc739 DECL_VISIT_EXPR(ParenExpr) { in DECL_VISIT_EXPR() argument
/external/clang/include/clang/AST/
DExpr.h1480 ParenExpr(SourceLocation l, SourceLocation r, Expr *val) in ParenExpr() function
1489 explicit ParenExpr(EmptyShell Empty) in ParenExpr() function
1509 static bool classof(const ParenExpr *) { return true; } in classof()