Searched refs:isAcceptableObjCMethod (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaCodeComplete.cpp | 4812 static bool isAcceptableObjCMethod(ObjCMethodDecl *Method, in isAcceptableObjCMethod() function 4868 if (!isAcceptableObjCMethod(*M, WantKind, SelIdents, AllowSameLength)) in AddObjCMethods() 5466 if (!isAcceptableObjCMethod(MethList->Method, MK_Any, SelIdents)) in AddClassMessageCompletions() 5635 if (!isAcceptableObjCMethod(MethList->Method, MK_Any, SelIdents)) in CodeCompleteObjCInstanceMessage() 7075 if (!isAcceptableObjCMethod(MethList->Method, MK_Any, SelIdents)) in CodeCompleteObjCMethodDeclSelector()
|