Home | History | Annotate | Download | only in AST

Lines Matching refs:isSugared

230     if (!ty->isSugared()) return QualType(ty, 0); \
249 if (!Ty->isSugared()) \
278 if (!ty->isSugared()) goto done; \
317 if (!Ty->isSugared()) return 0; \
350 if (!Ty->isSugared()) return Cur; \
2889 bool TypeOfExprType::isSugared() const {
2894 if (isSugared())
2917 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); }
2920 if (isSugared())