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

/external/clang/include/clang/AST/
H A DExpr.h3205 /// StmtExpr - This is the GNU Statement Expression extension: ({int X=4; X;}).
3206 /// The StmtExpr contains a single CompoundStmt node, which it evaluates and
3209 /// A StmtExpr is always an r-value; values "returned" out of a
3210 /// StmtExpr will be copied.
3211 class StmtExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
3218 StmtExpr(CompoundStmt *substmt, QualType T, function in class:clang::StringLiteral::OffsetOfExpr::StmtExpr
3225 explicit StmtExpr(EmptyShell Empty) : Expr(StmtExprClass, Empty) { } function in class:clang::StringLiteral::OffsetOfExpr::StmtExpr
3243 static bool classof(const StmtExpr *) { return true; }

Completed in 68 milliseconds