Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp407 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement() local
408 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3623 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in GeneratePropertyList() local
3624 for (auto *PD : ClassExt->properties()) { in GeneratePropertyList()
H A DCGObjCMac.cpp3144 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in EmitPropertyList() local
3145 for (auto *PD : ClassExt->properties()) { in EmitPropertyList()
H A DCGDebugInfo.cpp3373 for (const ObjCCategoryDecl *ClassExt : ID->known_extensions()) in CreateTypeDefinition() local
3374 for (auto *PD : ClassExt->properties()) { in CreateTypeDefinition()