Home | History | Annotate | Download | only in AST

Lines Matching refs:desugar

227   QualType desugar = split.Ty->getLocallyUnqualifiedSingleStepDesugaredType();
228 return Context.getQualifiedType(desugar, split.Quals);
238 return ty->desugar(); \
258 Cur = Ty->desugar(); \
278 // Do a single-step desugar, aborting the loop if the type isn't
286 next = ty->desugar(); \
325 Cur = Ty->desugar().getTypePtr(); \
358 Cur = Ty->desugar().getTypePtr(); \
1787 QualType TypedefType::desugar() const {
1803 QualType TypeOfExprType::desugar() const {
1829 QualType DecltypeType::desugar() const {