Searched refs:method_range (Results 1 – 5 of 5) sorted by relevance
67 const ObjCContainerDecl::method_range Methods);
57 clang::ObjCContainerDecl::method_range noload_methods(oid->noload_decls()); in FindExternalVisibleDeclsByName()
1006 using method_range = variable1009 method_range methods() const { in methods()1010 return method_range(meth_begin(), meth_end()); in methods()
641 using method_range = variable644 method_range methods() const { in methods()645 return method_range(method_begin(), method_end()); in methods()
453 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods()