Searched refs:getAsSugar (Results 1 – 2 of 2) sorted by relevance
308 template<typename T> static const T *getAsSugar(const Type *Cur) { in getAsSugar() function327 return getAsSugar<TypedefType>(this); in getAs()331 return getAsSugar<TemplateSpecializationType>(this); in getAs()335 return getAsSugar<AttributedType>(this); in getAs()
506 template<typename T> static const T *getAsSugar(const Type *Cur) { in getAsSugar() function525 return getAsSugar<TypedefType>(this); in getAs()529 return getAsSugar<TemplateSpecializationType>(this); in getAs()533 return getAsSugar<AttributedType>(this); in getAs()