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