Searched refs:isCommaOp (Results 1 – 6 of 6) sorted by relevance
42 if (!BOComma->isCommaOp()) in canExprResolveTo()
5065 if (E->isCommaOp()) { in VisitBinaryOperatorForTemporaryDtors()
451 if (auto *Op = dyn_cast<BinaryOperator>(E); Op && Op->isCommaOp()) { in PropagateResultObject()
3962 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function3963 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function
697 if (BO->isCommaOp()) { in VisitBinaryOperator()
4832 if (isa<BinaryOperator>(E) && cast<BinaryOperator>(E)->isCommaOp()) { in ActOnArraySubscriptExpr()4896 if ((isa<BinaryOperator>(idx) && cast<BinaryOperator>(idx)->isCommaOp()) || in ActOnArraySubscriptExpr()