Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
Dclass-proto-1.m44 @protocol UndefinedProtocol <UndefinedParentProtocol>
47 …rface SomeObject : NSObject <UndefinedProtocol> // expected-warning {{cannot find protocol definit…
/external/clang/lib/Sema/
DSemaDeclObjC.cpp767 ObjCProtocolDecl *&UndefinedProtocol) { in NestedProtocolHasNoDefinition() argument
769 UndefinedProtocol = PDecl; in NestedProtocolHasNoDefinition()
774 if (NestedProtocolHasNoDefinition(PI, UndefinedProtocol)) { in NestedProtocolHasNoDefinition()
775 UndefinedProtocol = PI; in NestedProtocolHasNoDefinition()
817 ObjCProtocolDecl *UndefinedProtocol; in FindProtocolDeclaration() local
820 NestedProtocolHasNoDefinition(PDecl, UndefinedProtocol)) { in FindProtocolDeclaration()
823 Diag(UndefinedProtocol->getLocation(), diag::note_protocol_decl_undefined) in FindProtocolDeclaration()
824 << UndefinedProtocol; in FindProtocolDeclaration()