Searched defs:StmtExpr (Results 1 – 3 of 3) sorted by relevance
38 class StmtExpr; variable
4411 StmtExpr(CompoundStmt *SubStmt, QualType T, SourceLocation LParenLoc, in StmtExpr() function4422 explicit StmtExpr(EmptyShell Empty) : Expr(StmtExprClass, Empty) { } in StmtExpr() function
5798 StmtExpr), in AST_POLYMORPHIC_MATCHER_P() argument