Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp411 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement() local
412 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement()
/openbsd/gnu/llvm/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.cpp2877 for (const ObjCCategoryDecl *ClassExt : ID->known_extensions()) in CreateTypeDefinition() local
2878 for (auto *PD : ClassExt->properties()) { in CreateTypeDefinition()
H A DCGObjCMac.cpp3243 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in EmitPropertyList() local
3244 for (auto *PD : ClassExt->properties()) { in EmitPropertyList()