Lines Matching refs:Methods
1172 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in __anon288f636e0111::__anon288f636e0211::ProtocolMethodLists
1180 result.Methods[index].push_back(MD); in get()
1197 for (auto &list : Methods) { in emitExtendedTypesArray()
1210 getMethodListKind(kind), Methods[kind]); in emitMethodList()
1272 ArrayRef<const ObjCMethodDecl *> Methods);
1283 ArrayRef<const ObjCMethodDecl *> Methods);
1455 ArrayRef<const ObjCMethodDecl *> Methods);
3360 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory() local
3363 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateCategory()
3371 Methods[InstanceMethods])); in GenerateCategory()
3373 Methods[ClassMethods])); in GenerateCategory()
3543 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateClass() local
3546 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateClass()
3555 Methods[InstanceMethods].push_back(MD); in GenerateClass()
3558 Methods[InstanceMethods].push_back(MD); in GenerateClass()
3564 values.add(EmitMetaClass(ID, Protocols, Methods[ClassMethods])); in GenerateClass()
3581 Methods[InstanceMethods])); in GenerateClass()
3611 ArrayRef<const ObjCMethodDecl*> Methods) { in EmitMetaClass() argument
3642 Methods)); in EmitMetaClass()