Searched refs:cxxBoolLiteral (Results 1 – 6 of 6) sorted by relevance
74 hasCondition(cxxBoolLiteral(equals(false))), in TEST()95 id("id", ifStmt(hasCondition(cxxBoolLiteral(equals(false))))), in TEST()
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()735 binaryOperator(hasLHS(cxxBoolLiteral(equals(true))), in TEST()736 hasRHS(cxxBoolLiteral(equals(false)))); in TEST()750 binaryOperator(hasEitherOperand(cxxBoolLiteral(equals(false)))); in TEST()867 unaryOperator(hasUnaryOperand(cxxBoolLiteral(equals(false)))); in TEST()963 ifStmt(hasCondition(cxxBoolLiteral(equals(true)))); in TEST()968 forStmt(hasCondition(cxxBoolLiteral(equals(true)))); in TEST()[all …]
775 ifStmt(hasCondition(cxxBoolLiteral(equals(true)))); in TEST()786 hasCondition(cxxBoolLiteral(equals(true))), in TEST()787 hasTrueExpression(cxxBoolLiteral(equals(false)))); in TEST()794 hasFalseExpression(cxxBoolLiteral(equals(false)))); in TEST()
329 hasCondition(cxxBoolLiteral(equals(true))), in TEST()
133 REGISTER_MATCHER(cxxBoolLiteral); in RegistryMaps()
1649 CXXBoolLiteralExpr> cxxBoolLiteral; variable