Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3314 bool isProtocol = isa<ObjCProtocolDecl>(OCD); in GeneratePropertyList() local
3326 if (!isProtocol && !Context.getObjCPropertyImplDeclForPropertyDecl(PD, Container)) in GeneratePropertyList()
3348 if (isProtocol && (protocolOptionalProperties != PD->isOptional())) in GeneratePropertyList()
3379 if (!isProtocol) { in GeneratePropertyList()