Searched defs:ParenExpr (Results 1 – 8 of 8) sorted by relevance
265 type ParenExpr struct { struct266 commentsRef267 Lparen Position268 X Expr269 Rparen Position272 func (x *ParenExpr) Span() (start, end Position) {
27 class ParenExpr; variable
2046 ParenExpr(SourceLocation l, SourceLocation r, Expr *val) in ParenExpr() function2054 explicit ParenExpr(EmptyShell Empty) in ParenExpr() function
415 TEST(PreferredTypeTest, ParenExpr) { in TEST() argument
508 TEST_F(RegistryTest, ParenExpr) { in TEST_F() argument
977 TEST_P(BuildSyntaxTreeTest, ParenExpr) { in TEST_P() argument
1623 ParenExpr(SourceLocation l, SourceLocation r, Expr *val) in ParenExpr() function1632 explicit ParenExpr(EmptyShell Empty) in ParenExpr() function