Searched refs:isInfixBinaryOp (Results 1 – 4 of 4) sorted by relevance
132 Swap = CE->isInfixBinaryOp(); in getStmtChildren()
142 bool isInfixBinaryOp() const;
49 bool CXXOperatorCallExpr::isInfixBinaryOp() const { in isInfixBinaryOp() function in CXXOperatorCallExpr87 assert(BO->isInfixBinaryOp()); in getDecomposedForm()
1262 if ((OCE && OCE->isInfixBinaryOp()) || isa<BinaryOperator>(E) || in CheckFoldOperand()