Home | History | Annotate | Download | only in Sema

Lines Matching refs:BO_Div

10111   case tok::slash:                Opc = BO_Div; break;
10335 case BO_Div:
10337 Opc == BO_Div);