Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3055 bool isSugared() const { return false; }
3120 bool isSugared() const { return false; }
3146 bool isSugared() const { return true; }
3173 bool isSugared() const { return false; }
3230 bool isSugared() const { return true; }
3336 bool isSugared() const { return true; }
3385 bool isSugared() const { return false; }
3455 bool isSugared() const { return false; }
3471 bool isSugared() const { return false; }
3515 bool isSugared() const { return false; }
[all …]
H A DASTNodeTraverser.h458 if (!T->isSugared()) in VisitPackExpansionType()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp84 if (ET->isSugared()) in VisitCXXDeleteExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp482 if (!ty->isSugared()) return QualType(ty, 0); \ in getLocallyUnqualifiedSingleStepDesugaredType()
501 if (!Ty->isSugared()) \ in getSplitDesugaredType()
530 if (!ty->isSugared()) goto done; \ in getSplitUnqualifiedTypeImpl()
569 if (!Ty->isSugared()) return 0; \ in getAsSugar()
614 if (!Ty->isSugared()) return Cur; \ in getUnqualifiedDesugaredType()
955 if (!T->isSugared()) \
3918 bool TypeOfExprType::isSugared() const { in isSugared() function in TypeOfExprType
3923 if (isSugared()) { in desugar()
3969 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() function in DecltypeType
3972 if (isSugared()) in desugar()
H A DASTDiagnostic.cpp75 if (!AT->isSugared()) in desugarForDiagnostic()
182 if (CTy->isSugared()) { \ in desugarForDiagnostic()
1073 (TST->isSugared() && !TST->isTypeAlias()) in TSTiterator()
H A DODRHash.cpp1195 Hash.AddBoolean(T->isSugared()); in VisitTypeOfExprType()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1058 if (!S->isTypeAlias() && S->isSugared()) {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp666 if (!TST->isSugared()) in getLastTemplateSpecType()