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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp6695 MK_Any, ///< Any kind of method, provided it means other specified criteria. enumerator in enum:ObjCMethodKind
6708 case MK_Any:
6784 R.AllParametersAreInformative = (WantKind != MK_Any);
7334 AddObjCMethods(CDecl, false, MK_Any, SelIdents, SemaRef.CurContext,
7358 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
7483 AddObjCMethods(ClassDecl, false, MK_Any, SelIdents, CurContext,
7492 AddObjCMethods(I, true, MK_Any, SelIdents, CurContext, Selectors,
7499 AddObjCMethods(IFacePtr->getInterfaceDecl(), true, MK_Any, SelIdents,
7504 AddObjCMethods(I, true, MK_Any, SelIdents, CurContext, Selectors,
7530 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdent
[all...]

Completed in 127 milliseconds