Searched refs:subElementInterface (Results 1 – 2 of 2) sorted by relevance
34 auto subElementInterface = fooStructTy.dyn_cast<SubElementTypeInterface>(); in TEST_F() local35 ASSERT_TRUE(bool(subElementInterface)); in TEST_F()38 subElementInterface.walkSubElements( in TEST_F()
701 if (auto subElementInterface = attr.dyn_cast<SubElementAttrInterface>()) { in visit() local702 subElementInterface.walkSubElements([&](Attribute attr) { visit(attr); }, in visit()716 if (auto subElementInterface = type.dyn_cast<SubElementTypeInterface>()) { in visit() local717 subElementInterface.walkSubElements([&](Attribute attr) { visit(attr); }, in visit()