Searched defs:BinaryOperators (Results 1 – 6 of 6) sorted by relevance
36 std::vector<llvm::StringRef> BinaryOperators; variable
20 const auto BinaryOperators = binaryOperator( in registerMatchers() local
58 const auto BinaryOperators = in registerMatchers() local
55 void BinaryOperators(int a, int b) { in BinaryOperators() function
17 void BinaryOperators(int a, int b) { in BinaryOperators() function
1841 using BinaryOperators = std::variant<parser::Expr::Add, IsOperatorValid() typedef