Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h2697 bool isSugared() const { return true; }
2757 bool isSugared() const { return true; }
4453 bool isSugared() const { return true; }
4476 bool isSugared() const { return true; }
4506 bool isSugared() const { return true; }
4530 bool isSugared() const;
4575 bool isSugared() const { return true; }
4598 bool isSugared() const;
4786 bool isSugared() const { return true; }
4874 bool isSugared() const { return true; }
[all …]
H A DASTNodeTraverser.h411 if (!T->isSugared()) in VisitPackExpansionType()
/llvm-project-15.0.7/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()
548 if (!Ty->isSugared()) return Cur; \ in getUnqualifiedDesugaredType()
875 if (!T->isSugared()) \
3479 bool TypeOfExprType::isSugared() const { in isSugared() function in TypeOfExprType
3484 if (isSugared()) in desugar()
3507 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() function in DecltypeType
3510 if (isSugared()) in desugar()
H A DODRHash.cpp1057 Hash.AddBoolean(T->isSugared()); in VisitTypeOfExprType()
1058 if (T->isSugared()) in VisitTypeOfExprType()
H A DASTDiagnostic.cpp74 if (!AT->isSugared()) in desugarForDiagnostic()
182 if (CTy->isSugared()) { \ in desugarForDiagnostic()
1073 (TST->isSugared() && !TST->isTypeAlias()) in TSTiterator()
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1063 if (!S->isTypeAlias() && S->isSugared()) {