Home | History | Annotate | Download | only in Sema

Lines Matching refs:OpStr

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