Home | History | Annotate | Download | only in Sema

Lines Matching refs:OpStr

10192   StringRef OpStr = isLeftComp ? LHSBO->getOpcodeStr() : RHSBO->getOpcodeStr();
10198 << DiagRange << BinaryOperator::getOpcodeStr(Opc) << OpStr;
10200 Self.PDiag(diag::note_precedence_silence) << OpStr,