Searched refs:isSugared (Results 1 – 10 of 10) sorted by relevance
2521 bool isSugared() const { return false; }2582 bool isSugared() const { return false; }2608 bool isSugared() const { return true; }2635 bool isSugared() const { return false; }2668 bool isSugared() const { return true; }2717 bool isSugared() const { return false; }2787 bool isSugared() const { return false; }2803 bool isSugared() const { return false; }2847 bool isSugared() const { return false; }2941 bool isSugared() const { return false; }[all …]
383 if (!T->isSugared()) in VisitPackExpansionType()
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()
428 if (!ty->isSugared()) return QualType(ty, 0); \ in getLocallyUnqualifiedSingleStepDesugaredType()447 if (!Ty->isSugared()) \ in getSplitDesugaredType()476 if (!ty->isSugared()) goto done; \ in getSplitUnqualifiedTypeImpl()515 if (!Ty->isSugared()) return 0; \ in getAsSugar()548 if (!Ty->isSugared()) return Cur; \ in getUnqualifiedDesugaredType()869 if (!T->isSugared()) \3403 bool TypeOfExprType::isSugared() const { in isSugared() function in TypeOfExprType3408 if (isSugared()) in desugar()3431 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() function in DecltypeType3434 if (isSugared()) in desugar()
1056 Hash.AddBoolean(T->isSugared()); in VisitTypeOfExprType()1057 if (T->isSugared()) in VisitTypeOfExprType()
67 if (!AT->isSugared()) in Desugar()151 if (CTy->isSugared()) { \ in Desugar()1040 (TST->isSugared() && !TST->isTypeAlias()) in TSTiterator()
980 if (!S->isTypeAlias() && S->isSugared()) { in matchesSpecialized()