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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1085 const internal::VariadicDynCastAllOfMatcher<Stmt, CompoundStmt> compoundStmt; member in namespace:clang::ast_matchers
1727 /// \c compoundStmt(hasParent(ifStmt())) matches "{ int x = 43; }".
2419 /// compoundStmt(
2495 /// hasBody(compoundStmt())
2497 /// with compoundStmt()
2516 /// hasAnySubstatement(compoundStmt())
2518 /// with compoundStmt()
2533 /// compoundStmt(statementCountIs(0)))

Completed in 181 milliseconds