Home | History | Annotate | Download | only in AST

Lines Matching refs:isSugared

237     if (!ty->isSugared()) return QualType(ty, 0); \
256 if (!Ty->isSugared()) \
285 if (!ty->isSugared()) goto done; \
324 if (!Ty->isSugared()) return 0; \
357 if (!Ty->isSugared()) return Cur; \
1799 bool TypeOfExprType::isSugared() const {
1804 if (isSugared())
1827 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); }
1830 if (isSugared())