Searched defs:StmtExpr (Results 1 – 1 of 1) sorted by relevance
3206 StmtExpr(CompoundStmt *substmt, QualType T, in StmtExpr() function3213 explicit StmtExpr(EmptyShell Empty) : Expr(StmtExprClass, Empty) { } in StmtExpr() function3231 static bool classof(const StmtExpr *) { return true; } in classof()