Searched refs:method_range (Results 1 – 4 of 4) sorted by relevance
59 clang::ObjCContainerDecl::method_range noload_methods(oid->noload_decls()); in FindExternalVisibleDeclsByName()
1010 using method_range = variable1013 method_range methods() const { in methods()1014 return method_range(meth_begin(), meth_end()); in methods()
656 using method_range = variable659 method_range methods() const { in methods()660 return method_range(method_begin(), method_end()); in methods()
141 const ObjCContainerDecl::method_range Methods);1397 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods()