Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h1340 ParenExpr(SourceLocation l, SourceLocation r, Expr *val) in ParenExpr() function
1349 explicit ParenExpr(EmptyShell Empty) in ParenExpr() function
1369 static bool classof(const ParenExpr *) { return true; } in classof()