Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1788 bool ObjCInterfaceDecl::ClassImplementsProtocol(ObjCProtocolDecl *lProto, in ClassImplementsProtocol() function in ObjCInterfaceDecl
1821 IDecl->getSuperClass()->ClassImplementsProtocol(lProto, lookupCategory, in ClassImplementsProtocol()
H A DASTContext.cpp5902 if (!IC->ClassImplementsProtocol(Proto, false)) in ObjCObjectAdoptsQTypeProtocols()
10144 if (!rhsID->ClassImplementsProtocol(I, true)) in ObjCQualifiedIdTypesAreCompatible()
10172 if (rhsID->ClassImplementsProtocol(I, true)) { in ObjCQualifiedIdTypesAreCompatible()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1898 bool ClassImplementsProtocol(ObjCProtocolDecl *lProto,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp584 if (IDecl->ClassImplementsProtocol(PNSCopying, true)) in CreatePropertyDecl()