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