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