Home | History | Annotate | Download | only in Sema

Lines Matching refs:Ext

1889       for (auto *Ext : I->visible_extensions())
1891 IMPDecl, Ext, IncompleteImpl, false,
2000 for (auto *Ext : I->visible_extensions())
2001 ImplMethodsVsClassMethods(S, IMPDecl, Ext, IncompleteImpl);
2648 for (const auto *Ext : IDecl->visible_extensions()) {
2649 for (const auto *Property : Ext->properties()) {
2657 for (const auto *Ext : IDecl->visible_extensions()) {
2659 = Ext->getInstanceMethod(Property->getGetterName()))
2663 = Ext->getInstanceMethod(Property->getSetterName()))