Searched refs:starts_right (Results 1 – 1 of 1) sorted by relevance
141 bool starts_right = (name[0] == '+' || name[0] == '-') && name[1] == '['; in IsPossibleObjCMethodName() local143 return (starts_right && ends_right); in IsPossibleObjCMethodName()