Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DType.h2036 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 …]
/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()
2889 bool TypeOfExprType::isSugared() const { in isSugared() function in TypeOfExprType
2894 if (isSugared()) in desugar()
2917 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() function in DecltypeType
2920 if (isSugared()) in desugar()
DASTDiagnostic.cpp63 if (!AT->isSugared()) in Desugar()
147 if (CTy->isSugared()) { \ in Desugar()
DASTDumper.cpp410 if (!T->isSugared()) in VisitPackExpansionType()