Searched refs:MK_Any (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 4971 MK_Any, ///< Any kind of method, provided it means other specified criteria. enumerator 4985 case MK_Any: break; in isAcceptableObjCSelector() 5062 R.AllParametersAreInformative = (WantKind != MK_Any); in AddObjCMethods() 5622 AddObjCMethods(CDecl, false, MK_Any, SelIdents, in AddClassMessageCompletions() 5648 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in AddClassMessageCompletions() 5772 AddObjCMethods(ClassDecl, false, MK_Any, SelIdents, in CodeCompleteObjCInstanceMessage() 5781 AddObjCMethods(I, true, MK_Any, SelIdents, CurContext, in CodeCompleteObjCInstanceMessage() 5788 AddObjCMethods(IFacePtr->getInterfaceDecl(), true, MK_Any, SelIdents, in CodeCompleteObjCInstanceMessage() 5794 AddObjCMethods(I, true, MK_Any, SelIdents, CurContext, in CodeCompleteObjCInstanceMessage() 5821 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in CodeCompleteObjCInstanceMessage() [all …]
|