Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.cpp2656 static bool isMethodDeclaredInRootProtocol(Sema &S, const ObjCMethodDecl *M) { in isMethodDeclaredInRootProtocol() function
2850 if (Method && !isMethodDeclaredInRootProtocol(*this, Method)) { in BuildInstanceMessage()