Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DType.h2759 bool isSugared() const { return true; }
2819 bool isSugared() const { return true; }
4520 bool isSugared() const { return true; }
4553 bool isSugared() const { return true; }
4598 bool isSugared() const { return true; }
4629 bool isSugared() const;
4683 bool isSugared() const { return true; }
4712 bool isSugared() const;
4901 bool isSugared() const { return true; }
4989 bool isSugared() const { return true; }
[all …]
H A DASTNodeTraverser.h408 if (!T->isSugared()) in VisitPackExpansionType()
/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp428 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()
552 if (!Ty->isSugared()) return Cur; \ in getUnqualifiedDesugaredType()
879 if (!T->isSugared()) \
3502 bool TypeOfExprType::isSugared() const { in isSugared() function in TypeOfExprType
3507 if (isSugared()) { in desugar()
3533 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() function in DecltypeType
3536 if (isSugared()) in desugar()
H A DODRHash.cpp1211 Hash.AddBoolean(T->isSugared()); in VisitTypeOfExprType()
1212 if (T->isSugared()) in VisitTypeOfExprType()
H A DASTDiagnostic.cpp74 if (!AT->isSugared()) in desugarForDiagnostic()
181 if (CTy->isSugared()) { \ in desugarForDiagnostic()
1072 (TST->isSugared() && !TST->isTypeAlias()) in TSTiterator()
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1062 if (!S->isTypeAlias() && S->isSugared()) {