Home
last modified time | relevance | path

Searched refs:getAsSugar (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp607 template <typename T> static const T *getAsSugar(const Type *Cur) { in getAsSugar() function
627 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()