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

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp4684 MK_Any, ///< Any kind of method, provided it means other specified criteria. enumerator in enum:ObjCMethodKind
4698 case MK_Any: break;
4775 R.AllParametersAreInformative = (WantKind != MK_Any);
5335 AddObjCMethods(CDecl, false, MK_Any, SelIdents, NumSelIdents,
5361 if (!isAcceptableObjCMethod(MethList->Method, MK_Any, SelIdents,
5481 AddObjCMethods(ClassDecl, false, MK_Any, SelIdents, NumSelIdents,
5492 AddObjCMethods(*I, true, MK_Any, SelIdents, NumSelIdents, CurContext,
5499 AddObjCMethods(IFacePtr->getInterfaceDecl(), true, MK_Any, SelIdents,
5507 AddObjCMethods(*I, true, MK_Any, SelIdents, NumSelIdents, CurContext,
5534 if (!isAcceptableObjCMethod(MethList->Method, MK_Any, SelIdent
[all...]

Completed in 37 milliseconds