Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDType.h2015 bool isSugared() const { return false; }
2079 bool isSugared() const { return false; }
2110 bool isSugared() const { return true; }
2157 bool isSugared() const { return false; }
2192 bool isSugared() const { return true; }
2248 bool isSugared() const { return false; }
2319 bool isSugared() const { return false; }
2335 bool isSugared() const { return false; }
2381 bool isSugared() const { return false; }
2473 bool isSugared() const { return false; }
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp229 if (!ty->isSugared()) return QualType(ty, 0); \ in getLocallyUnqualifiedSingleStepDesugaredType()
248 if (!Ty->isSugared()) \ in getSplitDesugaredType()
277 if (!ty->isSugared()) goto done; \ in getSplitUnqualifiedTypeImpl()
316 if (!Ty->isSugared()) return 0; \ in getAsSugar()
349 if (!Ty->isSugared()) return Cur; \ in getUnqualifiedDesugaredType()
2786 bool TypeOfExprType::isSugared() const { in isSugared() function in TypeOfExprType
2791 if (isSugared()) in desugar()
2814 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() function in DecltypeType
2817 if (isSugared()) in desugar()
HDASTDiagnostic.cpp63 if (!AT->isSugared()) in Desugar()
94 if (CTy->isSugared()) { \ in Desugar()
HDASTDumper.cpp409 if (!T->isSugared()) in VisitPackExpansionType()