Home | History | Annotate | Download | only in Sema

Lines Matching refs:OO

5203     OverloadedOperatorKind OO = Call->getOperator();
5204 if (OO < OO_Plus || OO > OO_Arrow)
5207 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO);