Searched refs:method_range (Results 1 – 4 of 4) sorted by relevance
58 clang::ObjCContainerDecl::method_range noload_methods(oid->noload_decls()); in FindExternalVisibleDeclsByName()
1012 using method_range = variable1015 method_range methods() const { in methods()1016 return method_range(meth_begin(), meth_end()); in methods()
658 using method_range = variable661 method_range methods() const { in methods()662 return method_range(method_begin(), method_end()); in methods()
137 const ObjCContainerDecl::method_range Methods);1332 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods()