Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h3206 StmtExpr(CompoundStmt *substmt, QualType T, in StmtExpr() function
3213 explicit StmtExpr(EmptyShell Empty) : Expr(StmtExprClass, Empty) { } in StmtExpr() function
3231 static bool classof(const StmtExpr *) { return true; } in classof()