Home | History | Annotate | Download | only in ARCMigrate

Lines Matching defs:IsPrefix

1204     bool IsPrefix = getterNameString.startswith("is");
1207 if (IsPrefix && GRT->isObjCRetainableType())
1209 if (IsPrefix || getterNameString.startswith("get")) {
1210 LengthOfPrefix = (IsPrefix ? 2 : 3);