Searched refs:ends_right (Results 1 – 1 of 1) sorted by relevance
179 bool ends_right = (name[strlen(name) - 1] == ']'); in IsPossibleObjCMethodName() local180 return (starts_right && ends_right); in IsPossibleObjCMethodName()