Lines Matching full:lproto
1350 /// ClassImplementsProtocol - Checks that 'lProto' protocol
1353 bool ObjCInterfaceDecl::ClassImplementsProtocol(ObjCProtocolDecl *lProto,
1362 if (getASTContext().ProtocolCompatibleWithProtocol(lProto, PI))
1371 getASTContext().ProtocolCompatibleWithProtocol(PI, lProto))
1379 if (getASTContext().ProtocolCompatibleWithProtocol(lProto, PI))
1386 IDecl->getSuperClass()->ClassImplementsProtocol(lProto, lookupCategory,