Searched refs:MK_Any (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 4951 MK_Any, ///< Any kind of method, provided it means other specified criteria. enumerator 4965 case MK_Any: break; in isAcceptableObjCSelector() 5042 R.AllParametersAreInformative = (WantKind != MK_Any); in AddObjCMethods() 5602 AddObjCMethods(CDecl, false, MK_Any, SelIdents, in AddClassMessageCompletions() 5628 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in AddClassMessageCompletions() 5752 AddObjCMethods(ClassDecl, false, MK_Any, SelIdents, in CodeCompleteObjCInstanceMessage() 5761 AddObjCMethods(I, true, MK_Any, SelIdents, CurContext, in CodeCompleteObjCInstanceMessage() 5768 AddObjCMethods(IFacePtr->getInterfaceDecl(), true, MK_Any, SelIdents, in CodeCompleteObjCInstanceMessage() 5774 AddObjCMethods(I, true, MK_Any, SelIdents, CurContext, in CodeCompleteObjCInstanceMessage() 5801 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in CodeCompleteObjCInstanceMessage() [all …]
|