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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp6183 static bool isAcceptableObjCMethod(ObjCMethodDecl *Method, function
6233 if (!isAcceptableObjCMethod(M, WantKind, SelIdents, AllowSameLength))
6815 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
6987 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
8385 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))

Completed in 109 milliseconds