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

/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h890 const internal::VariadicDynCastAllOfMatcher<Stmt, IfStmt> ifStmt; member in namespace:clang::ast_matchers
1727 /// \c compoundStmt(hasParent(ifStmt())) matches "{ int x = 43; }".
1742 /// \c expr(integerLiteral(hasAncestor(ifStmt()))) matches \c 42, but not 43.
2382 /// (matcher = ifStmt(hasThen(boolLiteral(equals(true)))))
2394 /// (matcher = ifStmt(hasElse(boolLiteral(equals(true)))))

Completed in 70 milliseconds