Searched refs:method_range (Results 1 – 4 of 4) sorted by relevance
56 clang::ObjCContainerDecl::method_range noload_methods(oid->noload_decls()); in FindExternalVisibleDeclsByName()
1009 using method_range = variable1012 method_range methods() const { in methods()1013 return method_range(meth_begin(), meth_end()); in methods()
635 using method_range = variable638 method_range methods() const { in methods()639 return method_range(method_begin(), method_end()); in methods()
668 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods()