Lines Matching refs:WantKind
4957 ObjCMethodKind WantKind, in isAcceptableObjCSelector() argument
4964 switch (WantKind) { in isAcceptableObjCSelector()
4981 ObjCMethodKind WantKind, in isAcceptableObjCMethod() argument
4984 return isAcceptableObjCSelector(Method->getSelector(), WantKind, SelIdents, in isAcceptableObjCMethod()
5016 ObjCMethodKind WantKind, in AddObjCMethods() argument
5034 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength)) in AddObjCMethods()
5042 R.AllParametersAreInformative = (WantKind != MK_Any); in AddObjCMethods()
5057 AddObjCMethods(*I, WantInstanceMethods, WantKind, SelIdents, in AddObjCMethods()
5067 AddObjCMethods(I, WantInstanceMethods, WantKind, SelIdents, in AddObjCMethods()
5072 AddObjCMethods(CatDecl, WantInstanceMethods, WantKind, SelIdents, in AddObjCMethods()
5082 AddObjCMethods(*I, WantInstanceMethods, WantKind, SelIdents, in AddObjCMethods()
5088 AddObjCMethods(Impl, WantInstanceMethods, WantKind, SelIdents, in AddObjCMethods()
5095 AddObjCMethods(IFace->getSuperClass(), WantInstanceMethods, WantKind, in AddObjCMethods()
5101 AddObjCMethods(Impl, WantInstanceMethods, WantKind, SelIdents, in AddObjCMethods()