Searched refs:compoundStmt (Results 1 - 2 of 2) sorted by relevance

/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp1985 EXPECT_TRUE(notMatches("void f();", compoundStmt()));
1986 EXPECT_TRUE(matches("void f() {}", compoundStmt()));
1987 EXPECT_TRUE(matches("void f() {{}}", compoundStmt()));
1994 compoundStmt()));
1996 compoundStmt()));
2001 forStmt(hasBody(compoundStmt()))));
2003 forStmt(hasBody(compoundStmt()))));
2005 whileStmt(hasBody(compoundStmt()))));
2007 doStmt(hasBody(compoundStmt()))));
2015 compoundStmt(hasAnySubstatemen
[all...]
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h733 const internal::VariadicDynCastAllOfMatcher<Stmt, CompoundStmt> compoundStmt; member in namespace:clang::ast_matchers
1886 /// hasBody(compoundStmt())
1888 /// with compoundStmt()
1909 /// hasAnySubstatement(compoundStmt())
1911 /// with compoundStmt()
1930 /// compoundStmt(statementCountIs(0)))

Completed in 27 milliseconds