Searched defs:getAsSugar (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DType.cpp307 template<typename T> static const T *getAsSugar(const Type *Cur) { function
326 return getAsSugar<TypedefType>(this);
330 return getAsSugar<TemplateSpecializationType>(this);
334 return getAsSugar<AttributedType>(this);

Completed in 24 milliseconds