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