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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1593 const internal::VariadicDynCastAllOfMatcher<Stmt, CompoundStmt> compoundStmt; member in namespace:clang::ast_matchers
2360 /// \c compoundStmt(hasParent(ifStmt())) matches "{ int x = 43; }".
3457 /// compoundStmt(
3534 /// hasBody(compoundStmt())
3536 /// with compoundStmt()
3556 /// hasAnySubstatement(compoundStmt())
3558 /// with compoundStmt()
3576 /// compoundStmt(statementCountIs(0)))
/external/clang/tools/libclang/
H A DCIndex.cpp3670 const CompoundStmt *compoundStmt = dyn_cast_or_null<CompoundStmt>(getCursorStmt(C)); local
3671 if (compoundStmt) {
3673 for (auto *bodyIterator : compoundStmt->body()) {

Completed in 177 milliseconds