Searched refs:cxxBoolLiteral (Results 1 – 3 of 3) sorted by relevance
188 REGISTER_MATCHER(cxxBoolLiteral); in RegistryMaps()
927 cxxBoolLiteral; variable
2425 cxxBoolLiteral;5601 /// Example matches true (matcher = hasCondition(cxxBoolLiteral(equals(true)))) in AST_MATCHER_P() 5618 /// (matcher = ifStmt(hasThen(cxxBoolLiteral(equals(true)))))5630 /// (matcher = ifStmt(hasElse(cxxBoolLiteral(equals(true)))))5828 /// cxxBoolLiteral(equals(false)) and cxxBoolLiteral(equals(0)) in equals() 6037 /// cxxBoolLiteral(equals(true))))