Searched refs:IsTypeModifiable (Results 1 – 2 of 2) sorted by relevance
9691 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() function9741 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()9777 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()9791 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()
12499 static bool IsTypeModifiable(QualType Ty, bool IsDereference) { in IsTypeModifiable() function12549 if (!IsTypeModifiable(Field->getType(), IsDereference)) { in DiagnoseConstAssignment()12593 if (FD && !IsTypeModifiable(FD->getReturnType(), IsDereference)) { in DiagnoseConstAssignment()12607 if (!IsTypeModifiable(VD->getType(), IsDereference)) { in DiagnoseConstAssignment()