Home | History | Annotate | Download | only in Sema

Lines Matching refs:BinaryOperatorKind

5310 static bool IsArithmeticOp(BinaryOperatorKind Opc) {
5318 static bool IsArithmeticBinaryExpr(Expr *E, BinaryOperatorKind *Opcode,
5345 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO);
5356 static bool IsLogicOp(BinaryOperatorKind Opc) {
5385 BinaryOperatorKind CondOpcode;
7024 BinaryOperatorKind Opc = (BinaryOperatorKind) OpaqueOpc;
8302 static inline BinaryOperatorKind ConvertTokenKindToBinaryOpcode(
8304 BinaryOperatorKind Opc;
8401 BinaryOperatorKind Opc,
8555 static void DiagnoseBitwisePrecedence(Sema &Self, BinaryOperatorKind Opc,
8699 static void DiagnoseBinOpPrecedence(Sema &Self, BinaryOperatorKind Opc,
8731 BinaryOperatorKind Opc = ConvertTokenKindToBinaryOpcode(Kind);
8743 BinaryOperatorKind Opc,
8762 BinaryOperatorKind Opc,