Searched refs:ThenBO (Results 1 – 1 of 1) sorted by relevance
12053 auto *ThenBO = dyn_cast<BinaryOperator>(Then); in checkForm45() local12054 if (!ThenBO) { in checkForm45()12060 if (ThenBO->getOpcode() != BO_Assign) { in checkForm45()12062 ErrorInfo.ErrorLoc = ThenBO->getExprLoc(); in checkForm45()12063 ErrorInfo.NoteLoc = ThenBO->getOperatorLoc(); in checkForm45()12064 ErrorInfo.ErrorRange = ErrorInfo.NoteRange = ThenBO->getSourceRange(); in checkForm45()12068 X = ThenBO->getLHS(); in checkForm45()12069 D = ThenBO->getRHS(); in checkForm45()