Lines Matching refs:ifStmt
717 ifStmt(hasThen(cxxBoolLiteral(equals(true)))))); in TEST()
719 ifStmt(hasThen(cxxBoolLiteral(equals(true)))))); in TEST()
721 ifStmt(hasElse(cxxBoolLiteral(equals(true)))))); in TEST()
723 ifStmt(hasElse(cxxBoolLiteral(equals(true)))))); in TEST()
963 ifStmt(hasCondition(cxxBoolLiteral(equals(true)))); in TEST()
1307 ifStmt(has(switchStmt(forEachSwitchCase(defaultStmt())))))); in TEST()
1332 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
1335 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
1341 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
1409 compoundStmt(forEachDescendant(ifStmt().bind("if")), in TEST()
1477 has(compoundStmt(hasAnySubstatement(ifStmt())))), in TEST()
1503 ifStmt(stmt().bind("x"), hasAncestor(recordDecl(hasName("::A")))), in TEST()
1577 integerLiteral(equals(42), hasAncestor(ifStmt())))); in TEST()
1638 compoundStmt(hasParent(ifStmt())))); in TEST()
1641 compoundStmt(hasParent(ifStmt())))); in TEST()
1644 compoundStmt(hasParent(ifStmt())))); in TEST()
1948 "void f() { if (1) { for (;;) { } } }", ifStmt().bind("if"), in TEST()
1952 "void f() { if (1) { for (;;) { } } }", ifStmt().bind("if"), in TEST()