Lines Matching refs:Methods
1168 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in __anon0cc8f9a20111::__anon0cc8f9a20211::ProtocolMethodLists
1176 result.Methods[index].push_back(MD); in get()
1193 for (auto &list : Methods) { in emitExtendedTypesArray()
1206 getMethodListKind(kind), Methods[kind]); in emitMethodList()
1268 ArrayRef<const ObjCMethodDecl *> Methods);
1279 ArrayRef<const ObjCMethodDecl *> Methods);
1451 ArrayRef<const ObjCMethodDecl *> Methods);
3420 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory() local
3423 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateCategory()
3431 Methods[InstanceMethods])); in GenerateCategory()
3433 Methods[ClassMethods])); in GenerateCategory()
3603 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateClass() local
3606 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateClass()
3615 Methods[InstanceMethods].push_back(MD); in GenerateClass()
3618 Methods[InstanceMethods].push_back(MD); in GenerateClass()
3624 values.add(EmitMetaClass(ID, Protocols, Methods[ClassMethods])); in GenerateClass()
3641 Methods[InstanceMethods])); in GenerateClass()
3671 ArrayRef<const ObjCMethodDecl*> Methods) { in EmitMetaClass() argument
3702 Methods)); in EmitMetaClass()