Searched refs:isSugared (Results 1 – 8 of 8) sorted by relevance
3055 bool isSugared() const { return false; }3120 bool isSugared() const { return false; }3146 bool isSugared() const { return true; }3173 bool isSugared() const { return false; }3230 bool isSugared() const { return true; }3336 bool isSugared() const { return true; }3385 bool isSugared() const { return false; }3455 bool isSugared() const { return false; }3471 bool isSugared() const { return false; }3515 bool isSugared() const { return false; }[all …]
458 if (!T->isSugared()) in VisitPackExpansionType()
84 if (ET->isSugared()) in VisitCXXDeleteExpr()
482 if (!ty->isSugared()) return QualType(ty, 0); \ in getLocallyUnqualifiedSingleStepDesugaredType()501 if (!Ty->isSugared()) \ in getSplitDesugaredType()530 if (!ty->isSugared()) goto done; \ in getSplitUnqualifiedTypeImpl()569 if (!Ty->isSugared()) return 0; \ in getAsSugar()614 if (!Ty->isSugared()) return Cur; \ in getUnqualifiedDesugaredType()955 if (!T->isSugared()) \3918 bool TypeOfExprType::isSugared() const { in isSugared() function in TypeOfExprType3923 if (isSugared()) { in desugar()3969 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() function in DecltypeType3972 if (isSugared()) in desugar()
75 if (!AT->isSugared()) in desugarForDiagnostic()182 if (CTy->isSugared()) { \ in desugarForDiagnostic()1073 (TST->isSugared() && !TST->isTypeAlias()) in TSTiterator()
1195 Hash.AddBoolean(T->isSugared()); in VisitTypeOfExprType()
1058 if (!S->isTypeAlias() && S->isSugared()) {
666 if (!TST->isSugared()) in getLastTemplateSpecType()