Home
last modified time | relevance | path

Searched refs:isMethodDeclaredInRootProtocol (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2796 static bool isMethodDeclaredInRootProtocol(Sema &S, const ObjCMethodDecl *M) { in isMethodDeclaredInRootProtocol() function
2990 if (Method && !isMethodDeclaredInRootProtocol(SemaRef, Method)) { in BuildInstanceMessage()