Searched defs:isAcceptableObjCMethod (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp4908 static bool isAcceptableObjCMethod(ObjCMethodDecl *Method, function
4962 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength))
5550 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
5723 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
7140 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))

Completed in 65 milliseconds