Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp307 template<typename T> static const T *getAsSugar(const Type *Cur) { in getAsSugar() function
326 return getAsSugar<TypedefType>(this); in getAs()
330 return getAsSugar<TemplateSpecializationType>(this); in getAs()
334 return getAsSugar<AttributedType>(this); in getAs()