Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp411 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement() local
412 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3532 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in GeneratePropertyList() local
3533 for (auto *PD : ClassExt->properties()) { in GeneratePropertyList()
H A DCGDebugInfo.cpp3022 for (const ObjCCategoryDecl *ClassExt : ID->known_extensions()) in CreateTypeDefinition() local
3023 for (auto *PD : ClassExt->properties()) { in CreateTypeDefinition()
H A DCGObjCMac.cpp3234 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in EmitPropertyList() local
3235 for (auto *PD : ClassExt->properties()) { in EmitPropertyList()