Lines Matching refs:Methods
1140 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in __anon0aefe8a60111::__anon0aefe8a60211::ProtocolMethodLists
1148 result.Methods[index].push_back(MD); in get()
1165 for (auto &list : Methods) { in emitExtendedTypesArray()
1178 getMethodListKind(kind), Methods[kind]); in emitMethodList()
1240 ArrayRef<const ObjCMethodDecl *> Methods);
1251 ArrayRef<const ObjCMethodDecl *> Methods);
1423 ArrayRef<const ObjCMethodDecl *> Methods);
3312 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory() local
3314 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateCategory()
3322 Methods[InstanceMethods])); in GenerateCategory()
3324 Methods[ClassMethods])); in GenerateCategory()
3494 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateClass() local
3496 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateClass()
3505 Methods[InstanceMethods].push_back(MD); in GenerateClass()
3508 Methods[InstanceMethods].push_back(MD); in GenerateClass()
3514 values.add(EmitMetaClass(ID, Protocols, Methods[ClassMethods])); in GenerateClass()
3531 Methods[InstanceMethods])); in GenerateClass()
3561 ArrayRef<const ObjCMethodDecl*> Methods) { in EmitMetaClass() argument
3592 Methods)); in EmitMetaClass()