Home
last modified time | relevance | path

Searched refs:ClassExt (Results 1 – 7 of 7) 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/llvm-project/clang/lib/AST/
DDeclObjC.cpp401 const ObjCCategoryDecl *ClassExt = Ext; in collectPropertiesToImplement() local
402 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()
/external/llvm-project/clang/lib/CodeGen/
DCGObjCGNU.cpp3328 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in GeneratePropertyList() local
3329 for (auto *PD : ClassExt->properties()) { in GeneratePropertyList()
DCGDebugInfo.cpp2679 for (const ObjCCategoryDecl *ClassExt : ID->known_extensions()) in CreateTypeDefinition() local
2680 for (auto *PD : ClassExt->properties()) { in CreateTypeDefinition()
DCGObjCMac.cpp3281 for (const ObjCCategoryDecl *ClassExt : OID->known_extensions()) in EmitPropertyList() local
3282 for (auto *PD : ClassExt->properties()) { in EmitPropertyList()