Home | History | Annotate | Download | only in ARCMigrate

Lines Matching defs:IsPrefix

1192     bool IsPrefix = getterNameString.startswith("is");
1195 if (IsPrefix && GRT->isObjCRetainableType())
1197 if (IsPrefix || getterNameString.startswith("get")) {
1198 LengthOfPrefix = (IsPrefix ? 2 : 3);