Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3396 bool isProtocol = isa<ObjCProtocolDecl>(OCD); in GeneratePropertyList() local
3408 if (!isProtocol && !Context.getObjCPropertyImplDeclForPropertyDecl(PD, Container)) in GeneratePropertyList()
3430 if (isProtocol && (protocolOptionalProperties != PD->isOptional())) in GeneratePropertyList()
3461 if (!isProtocol) { in GeneratePropertyList()