Searched refs:ThenBO (Results 1 – 1 of 1) sorted by relevance
12446 auto *ThenBO = dyn_cast<BinaryOperator>(Then); in checkForm45() local12447 if (!ThenBO) { in checkForm45()12453 if (ThenBO->getOpcode() != BO_Assign) { in checkForm45()12455 ErrorInfo.ErrorLoc = ThenBO->getExprLoc(); in checkForm45()12456 ErrorInfo.NoteLoc = ThenBO->getOperatorLoc(); in checkForm45()12457 ErrorInfo.ErrorRange = ErrorInfo.NoteRange = ThenBO->getSourceRange(); in checkForm45()12461 X = ThenBO->getLHS(); in checkForm45()12462 D = ThenBO->getRHS(); in checkForm45()