Searched refs:MK_Any (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 4879 MK_Any, ///< Any kind of method, provided it means other specified criteria. enumerator 4893 case MK_Any: break; in isAcceptableObjCSelector() 4970 R.AllParametersAreInformative = (WantKind != MK_Any); in AddObjCMethods() 5524 AddObjCMethods(CDecl, false, MK_Any, SelIdents, in AddClassMessageCompletions() 5550 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in AddClassMessageCompletions() 5674 AddObjCMethods(ClassDecl, false, MK_Any, SelIdents, in CodeCompleteObjCInstanceMessage() 5683 AddObjCMethods(I, true, MK_Any, SelIdents, CurContext, in CodeCompleteObjCInstanceMessage() 5690 AddObjCMethods(IFacePtr->getInterfaceDecl(), true, MK_Any, SelIdents, in CodeCompleteObjCInstanceMessage() 5696 AddObjCMethods(I, true, MK_Any, SelIdents, CurContext, in CodeCompleteObjCInstanceMessage() 5723 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in CodeCompleteObjCInstanceMessage() [all …]
|