Searched refs:method_range (Results 1 – 4 of 4) sorted by relevance
57 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()
657 using method_range = variable660 method_range methods() const { in methods()661 return method_range(method_begin(), method_end()); in methods()
142 const ObjCContainerDecl::method_range Methods);1288 const ObjCContainerDecl::method_range Methods) { in recordObjCMethods()