Home
last modified time | relevance | path

Searched refs:UndefinedProtocol (Results 1 – 4 of 4) 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/llvm-project/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.cpp1189 ObjCProtocolDecl *&UndefinedProtocol) { in NestedProtocolHasNoDefinition() argument
1191 UndefinedProtocol = PDecl; in NestedProtocolHasNoDefinition()
1196 if (NestedProtocolHasNoDefinition(PI, UndefinedProtocol)) { in NestedProtocolHasNoDefinition()
1197 UndefinedProtocol = PI; in NestedProtocolHasNoDefinition()
1240 ObjCProtocolDecl *UndefinedProtocol; in FindProtocolDeclaration() local
1243 NestedProtocolHasNoDefinition(PDecl, UndefinedProtocol)) { in FindProtocolDeclaration()
1245 Diag(UndefinedProtocol->getLocation(), diag::note_protocol_decl_undefined) in FindProtocolDeclaration()
1246 << UndefinedProtocol; in FindProtocolDeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp1279 ObjCProtocolDecl *&UndefinedProtocol) { in NestedProtocolHasNoDefinition() argument
1282 UndefinedProtocol = PDecl; in NestedProtocolHasNoDefinition()
1287 if (NestedProtocolHasNoDefinition(PI, UndefinedProtocol)) { in NestedProtocolHasNoDefinition()
1288 UndefinedProtocol = PI; in NestedProtocolHasNoDefinition()
1330 ObjCProtocolDecl *UndefinedProtocol; in FindProtocolDeclaration() local
1333 NestedProtocolHasNoDefinition(PDecl, UndefinedProtocol)) { in FindProtocolDeclaration()
1335 Diag(UndefinedProtocol->getLocation(), diag::note_protocol_decl_undefined) in FindProtocolDeclaration()
1336 << UndefinedProtocol; in FindProtocolDeclaration()