Home | History | Annotate | Download | only in Sema

Lines Matching refs:OO

5016     OverloadedOperatorKind OO = Call->getOperator();
5017 if (OO < OO_Plus || OO > OO_Arrow)
5020 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO);