Lines Matching refs:ifStmt

1494                       ifStmt(hasThen(cxxBoolLiteral(equals(true))))));  in TEST()
1496 ifStmt(hasThen(cxxBoolLiteral(equals(true)))))); in TEST()
1498 ifStmt(hasElse(cxxBoolLiteral(equals(true)))))); in TEST()
1500 ifStmt(hasElse(cxxBoolLiteral(equals(true)))))); in TEST()
2005 ifStmt(hasCondition(cxxBoolLiteral(equals(true)))); in TEST()
3165 auto M = cxxForRangeStmt(hasDescendant(ifStmt())); in TEST()
3217 auto M = ifStmt(hasParent(compoundStmt(hasParent(cxxForRangeStmt())))); in TEST()
3880 EXPECT_TRUE(matches(Code, traverse(TK_AsIs, ifStmt()))); in TEST()
3882 matches(Code, traverse(TK_IgnoreUnlessSpelledInSource, ifStmt()))); in TEST()
3885 to(varDecl(hasName("explicit_captured"))), unless(hasAncestor(ifStmt()))); in TEST()
3887 to(varDecl(hasName("implicit_captured"))), unless(hasAncestor(ifStmt()))); in TEST()
4064 auto M = ifStmt(hasCondition(cxxOperatorCallExpr( in TEST()
4708 ifStmt(has(switchStmt(forEachSwitchCase(defaultStmt())))))); in TEST()
4796 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4799 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4805 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()
4905 compoundStmt(forEachDescendant(ifStmt().bind("if")), in TEST()
4986 has(compoundStmt(hasAnySubstatement(ifStmt())))), in TEST()
5012 ifStmt(stmt().bind("x"), hasAncestor(recordDecl(hasName("::A")))), in TEST()
5086 integerLiteral(equals(42), hasAncestor(ifStmt())))); in TEST()
5147 compoundStmt(hasParent(ifStmt())))); in TEST()
5150 compoundStmt(hasParent(ifStmt())))); in TEST()
5153 compoundStmt(hasParent(ifStmt())))); in TEST()
5484 "void f() { if (1) { for (;;) { } } }", ifStmt().bind("if"), in TEST()
5488 "void f() { if (1) { for (;;) { } } }", ifStmt().bind("if"), in TEST()