Searched refs:ifStmt (Results 1 – 5 of 5) sorted by relevance
84 id("id", ifStmt( in TEST()95 id("id", ifStmt(hasCondition(boolLiteral(equals(false))))), in TEST()
37 ifStmt(hasParent(compoundStmt())))); in TEST()
1882 StatementMatcher Condition = ifStmt(hasCondition(boolLiteral(equals(true)))); in TEST()2971 ifStmt(has(switchStmt(forEachSwitchCase(defaultStmt())))))); in TEST()3006 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()3009 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()3015 ifStmt(hasConditionVariableStatement(declStmt())))); in TEST()3083 compoundStmt(forEachDescendant(ifStmt().bind("if")), in TEST()3151 has(compoundStmt(hasAnySubstatement(ifStmt())))), in TEST()3177 ifStmt(stmt().bind("x"), hasAncestor(recordDecl(hasName("::A")))), in TEST()3394 integerLiteral(equals(42), hasAncestor(ifStmt())))); in TEST()3455 compoundStmt(hasParent(ifStmt())))); in TEST()[all …]
307 REGISTER_MATCHER(ifStmt); in RegistryMaps()
824 const internal::VariadicDynCastAllOfMatcher<Stmt, IfStmt> ifStmt; variable