Searched refs:ThenBO (Results 1 – 1 of 1) sorted by relevance
12111 auto *ThenBO = dyn_cast<BinaryOperator>(Then); in checkForm45() local12112 if (!ThenBO) { in checkForm45()12118 if (ThenBO->getOpcode() != BO_Assign) { in checkForm45()12120 ErrorInfo.ErrorLoc = ThenBO->getExprLoc(); in checkForm45()12121 ErrorInfo.NoteLoc = ThenBO->getOperatorLoc(); in checkForm45()12122 ErrorInfo.ErrorRange = ErrorInfo.NoteRange = ThenBO->getSourceRange(); in checkForm45()12126 X = ThenBO->getLHS(); in checkForm45()12127 D = ThenBO->getRHS(); in checkForm45()