Home | History | Annotate | Download | only in AST

Lines Matching refs:desugar

206   QualType desugar = split.Ty->getLocallyUnqualifiedSingleStepDesugaredType();
207 return Context.getQualifiedType(desugar, split.Quals);
217 return ty->desugar(); \
237 Cur = Ty->desugar(); \
257 // Do a single-step desugar, aborting the loop if the type isn't
265 next = ty->desugar(); \
304 Cur = Ty->desugar().getTypePtr(); \
1657 QualType TypedefType::desugar() const {
1673 QualType TypeOfExprType::desugar() const {
1699 QualType DecltypeType::desugar() const {