Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp768 namespace StmtExpr { namespace
H A Dconstant-expression-cxx11.cpp1721 namespace StmtExpr { namespace
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h3409 StmtExpr(CompoundStmt *substmt, QualType T, in StmtExpr() function
3416 explicit StmtExpr(EmptyShell Empty) : Expr(StmtExprClass, Empty) { } in StmtExpr() function