Searched refs:isSugared (Results 1 – 4 of 4) sorted by relevance
2069 bool isSugared() const { return false; }2133 bool isSugared() const { return false; }2164 bool isSugared() const { return true; }2211 bool isSugared() const { return false; }2246 bool isSugared() const { return true; }2302 bool isSugared() const { return false; }2373 bool isSugared() const { return false; }2389 bool isSugared() const { return false; }2437 bool isSugared() const { return false; }2528 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()2881 bool TypeOfExprType::isSugared() const { in isSugared() function in TypeOfExprType2886 if (isSugared()) in desugar()2909 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() function in DecltypeType2912 if (isSugared()) in desugar()
64 if (!AT->isSugared()) in Desugar()148 if (CTy->isSugared()) { \ in Desugar()999 : UseDesugaredIterator(TST->isSugared() && !TST->isTypeAlias()), in TSTiterator()
415 if (!T->isSugared()) in VisitPackExpansionType()