Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:IsPrefix

1061     bool IsPrefix = getterNameString.startswith("is");
1064 if (IsPrefix && GRT->isObjCRetainableType())
1066 if (IsPrefix || getterNameString.startswith("get")) {
1067 LengthOfPrefix = (IsPrefix ? 2 : 3);