Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3299 auto *MethodInListProtocol = in isMethodContextSameForKindofLookup() local
3303 if ((MethodProtocol && !MethodInListProtocol) || in isMethodContextSameForKindofLookup()
3304 (!MethodProtocol && MethodInListProtocol)) in isMethodContextSameForKindofLookup()
3307 if (MethodProtocol && MethodInListProtocol) in isMethodContextSameForKindofLookup()