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.cpp410 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement() local
411 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3531 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in GeneratePropertyList() local
3532 for (auto *PD : ClassExt->properties()) { in GeneratePropertyList()
H A DCGDebugInfo.cpp3148 for (const ObjCCategoryDecl *ClassExt : ID->known_extensions()) in CreateTypeDefinition() local
3149 for (auto *PD : ClassExt->properties()) { in CreateTypeDefinition()
H A DCGObjCMac.cpp3241 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in EmitPropertyList() local
3242 for (auto *PD : ClassExt->properties()) { in EmitPropertyList()