Lines Matching refs:Methods
1172 SmallVector<const ObjCMethodDecl *, 4> Methods[NumProtocolMethodLists]; member in __anonaa017a6c0111::__anonaa017a6c0211::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);
3358 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateCategory() local
3361 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateCategory()
3369 Methods[InstanceMethods])); in GenerateCategory()
3371 Methods[ClassMethods])); in GenerateCategory()
3541 SmallVector<const ObjCMethodDecl *, 16> Methods[NumMethodLists]; in GenerateClass() local
3544 Methods[unsigned(MD->isClassMethod())].push_back(MD); in GenerateClass()
3553 Methods[InstanceMethods].push_back(MD); in GenerateClass()
3556 Methods[InstanceMethods].push_back(MD); in GenerateClass()
3562 values.add(EmitMetaClass(ID, Protocols, Methods[ClassMethods])); in GenerateClass()
3578 Methods[InstanceMethods])); in GenerateClass()
3608 ArrayRef<const ObjCMethodDecl*> Methods) { in EmitMetaClass() argument
3637 Methods)); in EmitMetaClass()