Searched refs:isSugared (Results 1 – 4 of 4) sorted by relevance
2015 bool isSugared() const { return false; }2079 bool isSugared() const { return false; }2110 bool isSugared() const { return true; }2157 bool isSugared() const { return false; }2192 bool isSugared() const { return true; }2248 bool isSugared() const { return false; }2319 bool isSugared() const { return false; }2335 bool isSugared() const { return false; }2381 bool isSugared() const { return false; }2473 bool isSugared() const { return false; }[all …]
229 if (!ty->isSugared()) return QualType(ty, 0); \ in getLocallyUnqualifiedSingleStepDesugaredType()248 if (!Ty->isSugared()) \ in getSplitDesugaredType()277 if (!ty->isSugared()) goto done; \ in getSplitUnqualifiedTypeImpl()316 if (!Ty->isSugared()) return 0; \ in getAsSugar()349 if (!Ty->isSugared()) return Cur; \ in getUnqualifiedDesugaredType()2786 bool TypeOfExprType::isSugared() const { in isSugared() function in TypeOfExprType2791 if (isSugared()) in desugar()2814 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() function in DecltypeType2817 if (isSugared()) in desugar()
63 if (!AT->isSugared()) in Desugar()94 if (CTy->isSugared()) { \ in Desugar()
409 if (!T->isSugared()) in VisitPackExpansionType()