Searched refs:getAsSugar (Results 1 – 1 of 1) sorted by relevance
607 template <typename T> static const T *getAsSugar(const Type *Cur) { in getAsSugar() function627 return getAsSugar<TypedefType>(this); in getAs()631 return getAsSugar<UsingType>(this); in getAs()635 return getAsSugar<TemplateSpecializationType>(this); in getAs()639 return getAsSugar<AttributedType>(this); in getAs()643 return getAsSugar<BoundsAttributedType>(this); in getAs()647 return getAsSugar<CountAttributedType>(this); in getAs()