Searched refs:getAbstractType (Results 1 – 4 of 4) sorted by relevance
117 TypeID getTypeID() { return impl->getAbstractType().getTypeID(); } in getTypeID() 123 Dialect &getDialect() const { return impl->getAbstractType().getDialect(); } in getDialect() 196 return getAbstractType().hasTrait<Trait>(); in hasPromiseOrImplementsInterface() 200 const AbstractTy &getAbstractType() const { return impl->getAbstractType(); } in hasTrait() 209 getAbstractType().walkImmediateSubElements(*this, walkAttrsFn, walkTypesFn);220 return getAbstractType().replaceImmediateSubElements(*this, replAttrs,291 return type.getAbstractType().getInterface<ConcreteType>(); in getInterfaceFor() 205 const AbstractTy &getAbstractType() const { return impl->getAbstractType(); } getAbstractType() function
172 const AbstractType &getAbstractType() { in getAbstractType() function
66 EXPECT_TRUE(&fooType.getAbstractType() == &fooAbstractType->get()); in TEST()
99 << type.getAbstractType().getName() << "'"; in verify()