Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp401 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement() local
402 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCGNU.cpp3332 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in GeneratePropertyList() local
3333 for (auto *PD : ClassExt->properties()) { in GeneratePropertyList()
H A DCGDebugInfo.cpp2755 for (const ObjCCategoryDecl *ClassExt : ID->known_extensions()) in CreateTypeDefinition() local
2756 for (auto *PD : ClassExt->properties()) { in CreateTypeDefinition()
H A DCGObjCMac.cpp3303 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in EmitPropertyList() local
3304 for (auto *PD : ClassExt->properties()) { in EmitPropertyList()