Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11212 bool SuperImplementsProtocol = false; in canAssignObjCInterfaces() local
11215 SuperImplementsProtocol = true; in canAssignObjCInterfaces()
11218 if (!SuperImplementsProtocol) in canAssignObjCInterfaces()