Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp308 template<typename T> static const T *getAsSugar(const Type *Cur) { in getAsSugar() function
327 return getAsSugar<TypedefType>(this); in getAs()
331 return getAsSugar<TemplateSpecializationType>(this); in getAs()
335 return getAsSugar<AttributedType>(this); in getAs()
/external/llvm-project/clang/lib/AST/
DType.cpp506 template<typename T> static const T *getAsSugar(const Type *Cur) { in getAsSugar() function
525 return getAsSugar<TypedefType>(this); in getAs()
529 return getAsSugar<TemplateSpecializationType>(this); in getAs()
533 return getAsSugar<AttributedType>(this); in getAs()