Lines Matching refs:WantKind
4977 ObjCMethodKind WantKind, in isAcceptableObjCSelector() argument
4984 switch (WantKind) { in isAcceptableObjCSelector()
5001 ObjCMethodKind WantKind, in isAcceptableObjCMethod() argument
5004 return isAcceptableObjCSelector(Method->getSelector(), WantKind, SelIdents, in isAcceptableObjCMethod()
5036 ObjCMethodKind WantKind, in AddObjCMethods() argument
5054 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength)) in AddObjCMethods()
5062 R.AllParametersAreInformative = (WantKind != MK_Any); in AddObjCMethods()
5077 AddObjCMethods(*I, WantInstanceMethods, WantKind, SelIdents, in AddObjCMethods()
5087 AddObjCMethods(I, WantInstanceMethods, WantKind, SelIdents, in AddObjCMethods()
5092 AddObjCMethods(CatDecl, WantInstanceMethods, WantKind, SelIdents, in AddObjCMethods()
5102 AddObjCMethods(*I, WantInstanceMethods, WantKind, SelIdents, in AddObjCMethods()
5108 AddObjCMethods(Impl, WantInstanceMethods, WantKind, SelIdents, in AddObjCMethods()
5115 AddObjCMethods(IFace->getSuperClass(), WantInstanceMethods, WantKind, in AddObjCMethods()
5121 AddObjCMethods(Impl, WantInstanceMethods, WantKind, SelIdents, in AddObjCMethods()