Searched refs:isSugared (Results 1 – 4 of 4) sorted by relevance
2036 bool isSugared() const { return false; }2100 bool isSugared() const { return false; }2131 bool isSugared() const { return true; }2178 bool isSugared() const { return false; }2213 bool isSugared() const { return true; }2269 bool isSugared() const { return false; }2340 bool isSugared() const { return false; }2356 bool isSugared() const { return false; }2404 bool isSugared() const { return false; }2495 bool isSugared() const { return false; }[all …]
230 if (!ty->isSugared()) return QualType(ty, 0); \ in getLocallyUnqualifiedSingleStepDesugaredType()249 if (!Ty->isSugared()) \ in getSplitDesugaredType()278 if (!ty->isSugared()) goto done; \ in getSplitUnqualifiedTypeImpl()317 if (!Ty->isSugared()) return 0; \ in getAsSugar()350 if (!Ty->isSugared()) return Cur; \ in getUnqualifiedDesugaredType()2889 bool TypeOfExprType::isSugared() const { in isSugared() function in TypeOfExprType2894 if (isSugared()) in desugar()2917 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() function in DecltypeType2920 if (isSugared()) in desugar()
63 if (!AT->isSugared()) in Desugar()147 if (CTy->isSugared()) { \ in Desugar()
410 if (!T->isSugared()) in VisitPackExpansionType()