Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclObjC.cpp377 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement() local
378 for (auto *Prop : ClassExt->properties()) { in collectPropertiesToImplement()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1946 for (const ObjCCategoryDecl *ClassExt : ID->known_extensions()) in CreateTypeDefinition() local
1947 for (auto *PD : ClassExt->properties()) { in CreateTypeDefinition()
DCGObjCMac.cpp2964 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in EmitPropertyList() local
2965 for (auto *PD : ClassExt->properties()) { in EmitPropertyList()