Searched refs:cxxBoolLiteral (Results 1 – 5 of 5) sorted by relevance
74 hasCondition(cxxBoolLiteral(equals(false))), in TEST()95 id("id", ifStmt(hasCondition(cxxBoolLiteral(equals(false))))), in TEST()
2380 ifStmt(hasCondition(cxxBoolLiteral(equals(true)))); in TEST()2391 ifStmt(hasThen(cxxBoolLiteral(equals(true)))))); in TEST()2393 ifStmt(hasThen(cxxBoolLiteral(equals(true)))))); in TEST()2395 ifStmt(hasElse(cxxBoolLiteral(equals(true)))))); in TEST()2397 ifStmt(hasElse(cxxBoolLiteral(equals(true)))))); in TEST()2409 binaryOperator(hasLHS(cxxBoolLiteral(equals(true))), in TEST()2410 hasRHS(cxxBoolLiteral(equals(false)))); in TEST()2424 binaryOperator(hasEitherOperand(cxxBoolLiteral(equals(false)))); in TEST()2541 unaryOperator(hasUnaryOperand(cxxBoolLiteral(equals(false)))); in TEST()2584 hasCondition(cxxBoolLiteral(equals(true))), in TEST()[all …]
145 boolLiteral cxxBoolLiteral
129 REGISTER_MATCHER(cxxBoolLiteral); in RegistryMaps()
1462 CXXBoolLiteralExpr> cxxBoolLiteral; variable