Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dconstant-expression-cxx1y.cpp766 namespace StmtExpr { namespace
Dconstant-expression-cxx11.cpp1735 namespace StmtExpr { namespace
/external/clang/unittests/ASTMatchers/
DASTMatchersNodeTest.cpp756 TEST(Matcher, StmtExpr) { in TEST() argument
/external/clang/include/clang/AST/
DExpr.h3387 StmtExpr(CompoundStmt *substmt, QualType T, in StmtExpr() function
3394 explicit StmtExpr(EmptyShell Empty) : Expr(StmtExprClass, Empty) { } in StmtExpr() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3562 StmtExpr), in AST_POLYMORPHIC_MATCHER_P() argument