reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
8708 if (IsUpdateExprFound) { 8710 IsUpdateExprFound = BinOp && BinOp->getOpcode() == BO_Assign; 8712 if (IsUpdateExprFound && !CurContext->isDependentContext()) { 8725 IsUpdateExprFound = XId == PossibleXId; 8726 if (IsUpdateExprFound) { 8735 if (!IsUpdateExprFound) { 8736 IsUpdateExprFound = !Checker.checkStatement(First); 8738 if (IsUpdateExprFound) { 8740 IsUpdateExprFound = BinOp && BinOp->getOpcode() == BO_Assign; 8742 if (IsUpdateExprFound && !CurContext->isDependentContext()) { 8755 IsUpdateExprFound = XId == PossibleXId; 8756 if (IsUpdateExprFound) { 8766 if (!IsUpdateExprFound) { 8801 IsUpdateExprFound = X1Id == X2Id; 8802 if (IsUpdateExprFound) {