Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp3252 auto *MethodInListProtocol = in isMethodContextSameForKindofLookup() local
3256 if ((MethodProtocol && !MethodInListProtocol) || in isMethodContextSameForKindofLookup()
3257 (!MethodProtocol && MethodInListProtocol)) in isMethodContextSameForKindofLookup()
3260 if (MethodProtocol && MethodInListProtocol) in isMethodContextSameForKindofLookup()