Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3311 bool isProtocol = isa<ObjCProtocolDecl>(OCD); in GeneratePropertyList() local
3323 if (!isProtocol && !Context.getObjCPropertyImplDeclForPropertyDecl(PD, Container)) in GeneratePropertyList()
3345 if (isProtocol && (protocolOptionalProperties != PD->isOptional())) in GeneratePropertyList()
3376 if (!isProtocol) { in GeneratePropertyList()