Home
last modified time | relevance | path

Searched refs:isSugared (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DType.h2069 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 …]
/external/clang/lib/AST/
DType.cpp230 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 TypeOfExprType
2886 if (isSugared()) in desugar()
2909 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() function in DecltypeType
2912 if (isSugared()) in desugar()
DASTDiagnostic.cpp64 if (!AT->isSugared()) in Desugar()
148 if (CTy->isSugared()) { \ in Desugar()
999 : UseDesugaredIterator(TST->isSugared() && !TST->isTypeAlias()), in TSTiterator()
DASTDumper.cpp415 if (!T->isSugared()) in VisitPackExpansionType()