Home
last modified time | relevance | path

Searched refs:MK_Any (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaCodeComplete.cpp4971 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 …]
/external/llvm-project/clang/lib/Sema/
DSemaCodeComplete.cpp6716 MK_Any, ///< Any kind of method, provided it means other specified criteria. enumerator
6729 case MK_Any: in isAcceptableObjCSelector()
6805 R.AllParametersAreInformative = (WantKind != MK_Any); in AddObjCMethods()
7355 AddObjCMethods(CDecl, false, MK_Any, SelIdents, SemaRef.CurContext, in AddClassMessageCompletions()
7379 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in AddClassMessageCompletions()
7504 AddObjCMethods(ClassDecl, false, MK_Any, SelIdents, CurContext, in CodeCompleteObjCInstanceMessage()
7513 AddObjCMethods(I, true, MK_Any, SelIdents, CurContext, Selectors, in CodeCompleteObjCInstanceMessage()
7520 AddObjCMethods(IFacePtr->getInterfaceDecl(), true, MK_Any, SelIdents, in CodeCompleteObjCInstanceMessage()
7525 AddObjCMethods(I, true, MK_Any, SelIdents, CurContext, Selectors, in CodeCompleteObjCInstanceMessage()
7551 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in CodeCompleteObjCInstanceMessage()
[all …]