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

/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp769 namespace StmtExpr { namespace in namespace:loops
/external/clang/include/clang/AST/
H A DExpr.h3384 /// StmtExpr - This is the GNU Statement Expression extension: ({int X=4; X;}).
3385 /// The StmtExpr contains a single CompoundStmt node, which it evaluates and
3388 /// A StmtExpr is always an r-value; values "returned" out of a
3389 /// StmtExpr will be copied.
3390 class StmtExpr : public Expr { class in class:clang::StringLiteral::OffsetOfExpr
3397 StmtExpr(CompoundStmt *substmt, QualType T, function in class:clang::StringLiteral::OffsetOfExpr::StmtExpr
3404 explicit StmtExpr(EmptyShell Empty) : Expr(StmtExprClass, Empty) { } function in class:clang::StringLiteral::OffsetOfExpr::StmtExpr

Completed in 403 milliseconds