Searched refs:isCommaOp (Results 1 – 7 of 7) sorted by relevance
43 if (!BOComma->isCommaOp()) in canExprResolveTo()130 if (BO->isCommaOp()) in resolveExpr()
5174 if (E->isCommaOp()) { in VisitBinaryOperatorForTemporaryDtors()
450 if (auto *Op = dyn_cast<BinaryOperator>(E); Op && Op->isCommaOp()) { in PropagateResultObject()
4069 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; } in isCommaOp() function4070 bool isCommaOp() const { return isCommaOp(getOpcode()); } in isCommaOp() function
808 if (BO->isCommaOp()) { in VisitBinaryOperator()1355 assert(!E->isCommaOp() && in VisitVectorBinOp()
4928 if (isa<BinaryOperator>(E) && cast<BinaryOperator>(E)->isCommaOp()) { in ActOnArraySubscriptExpr()4995 if ((isa<BinaryOperator>(idx) && cast<BinaryOperator>(idx)->isCommaOp()) || in ActOnArraySubscriptExpr()
12755 } else if (BO->isCommaOp() && !S.getLangOpts().CPlusPlus) { in AnalyzeImplicitConversions()