Searched refs:MK_Any (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 4738 MK_Any, ///< Any kind of method, provided it means other specified criteria. enumerator 4752 case MK_Any: break; in isAcceptableObjCSelector() 4829 R.AllParametersAreInformative = (WantKind != MK_Any); in AddObjCMethods() 5383 AddObjCMethods(CDecl, false, MK_Any, SelIdents, in AddClassMessageCompletions() 5409 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in AddClassMessageCompletions() 5533 AddObjCMethods(ClassDecl, false, MK_Any, SelIdents, in CodeCompleteObjCInstanceMessage() 5542 AddObjCMethods(I, true, MK_Any, SelIdents, CurContext, in CodeCompleteObjCInstanceMessage() 5549 AddObjCMethods(IFacePtr->getInterfaceDecl(), true, MK_Any, SelIdents, in CodeCompleteObjCInstanceMessage() 5555 AddObjCMethods(I, true, MK_Any, SelIdents, CurContext, in CodeCompleteObjCInstanceMessage() 5582 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in CodeCompleteObjCInstanceMessage() [all …]
|