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

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp4734 MK_Any, ///< Any kind of method, provided it means other specified criteria. enumerator in enum:ObjCMethodKind
4748 case MK_Any: break;
4825 R.AllParametersAreInformative = (WantKind != MK_Any);
5379 AddObjCMethods(CDecl, false, MK_Any, SelIdents,
5405 if (!isAcceptableObjCMethod(MethList->Method, MK_Any, SelIdents))
5529 AddObjCMethods(ClassDecl, false, MK_Any, SelIdents,
5538 AddObjCMethods(I, true, MK_Any, SelIdents, CurContext,
5545 AddObjCMethods(IFacePtr->getInterfaceDecl(), true, MK_Any, SelIdents,
5551 AddObjCMethods(I, true, MK_Any, SelIdents, CurContext,
5578 if (!isAcceptableObjCMethod(MethList->Method, MK_Any, SelIdent
[all...]

Completed in 63 milliseconds