Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp413 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement() local
414 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3417 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in GeneratePropertyList() local
3418 for (auto *PD : ClassExt->properties()) { in GeneratePropertyList()
H A DCGDebugInfo.cpp2863 for (const ObjCCategoryDecl *ClassExt : ID->known_extensions()) in CreateTypeDefinition() local
2864 for (auto *PD : ClassExt->properties()) { in CreateTypeDefinition()
H A DCGObjCMac.cpp3238 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in EmitPropertyList() local
3239 for (auto *PD : ClassExt->properties()) { in EmitPropertyList()