Lines Matching refs:MK_Any
7578 MK_Any, ///< Any kind of method, provided it means other specified criteria. enumerator
7591 case MK_Any: in isAcceptableObjCSelector()
7667 R.AllParametersAreInformative = (WantKind != MK_Any); in AddObjCMethods()
8228 AddObjCMethods(CDecl, false, MK_Any, SelIdents, SemaRef.CurContext, in AddClassMessageCompletions()
8253 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in AddClassMessageCompletions()
8378 AddObjCMethods(ClassDecl, false, MK_Any, SelIdents, SemaRef.CurContext, in CodeCompleteObjCInstanceMessage()
8387 AddObjCMethods(I, true, MK_Any, SelIdents, SemaRef.CurContext, Selectors, in CodeCompleteObjCInstanceMessage()
8394 AddObjCMethods(IFacePtr->getInterfaceDecl(), true, MK_Any, SelIdents, in CodeCompleteObjCInstanceMessage()
8400 AddObjCMethods(I, true, MK_Any, SelIdents, SemaRef.CurContext, Selectors, in CodeCompleteObjCInstanceMessage()
8428 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in CodeCompleteObjCInstanceMessage()
8505 if (!isAcceptableObjCSelector(Sel, MK_Any, SelIdents)) in CodeCompleteObjCSelector()
9863 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in CodeCompleteObjCMethodDeclSelector()