Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp1272 ObjCProtocolDecl *&UndefinedProtocol) { in NestedProtocolHasNoDefinition() argument
1274 UndefinedProtocol = PDecl; in NestedProtocolHasNoDefinition()
1279 if (NestedProtocolHasNoDefinition(PI, UndefinedProtocol)) { in NestedProtocolHasNoDefinition()
1280 UndefinedProtocol = PI; in NestedProtocolHasNoDefinition()
1323 ObjCProtocolDecl *UndefinedProtocol; in FindProtocolDeclaration() local
1326 NestedProtocolHasNoDefinition(PDecl, UndefinedProtocol)) { in FindProtocolDeclaration()
1328 Diag(UndefinedProtocol->getLocation(), diag::note_protocol_decl_undefined) in FindProtocolDeclaration()
1329 << UndefinedProtocol; in FindProtocolDeclaration()