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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp6726 static bool isAcceptableObjCMethod(ObjCMethodDecl *Method, function
6776 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength))
7358 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
7530 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
8932 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))

Completed in 69 milliseconds