Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDDeclObjC.cpp1728 bool ObjCInterfaceDecl::ClassImplementsProtocol(ObjCProtocolDecl *lProto, in ClassImplementsProtocol() function in ObjCInterfaceDecl
1761 IDecl->getSuperClass()->ClassImplementsProtocol(lProto, lookupCategory, in ClassImplementsProtocol()
HDASTContext.cpp4912 if (!IC->ClassImplementsProtocol(Proto, false)) in ObjCObjectAdoptsQTypeProtocols()
8208 if (!rhsID->ClassImplementsProtocol(I, true)) in ObjCQualifiedIdTypesAreCompatible()
8236 if (rhsID->ClassImplementsProtocol(I, true)) { in ObjCQualifiedIdTypesAreCompatible()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclObjC.h1914 bool ClassImplementsProtocol(ObjCProtocolDecl *lProto,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaObjCProperty.cpp607 if (IDecl->ClassImplementsProtocol(PNSCopying, true)) in CreatePropertyDecl()