Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3150 bool isSugared() const { return false; }
3215 bool isSugared() const { return false; }
3241 bool isSugared() const { return true; }
3268 bool isSugared() const { return false; }
3325 bool isSugared() const { return true; }
3433 bool isSugared() const { return true; }
3482 bool isSugared() const { return false; }
3552 bool isSugared() const { return false; }
3568 bool isSugared() const { return false; }
3617 bool isSugared() const;
[all …]
H A DASTNodeTraverser.h401 if (T->isSugared()) in VisitMemberPointerType()
487 if (!T->isSugared()) in VisitPackExpansionType()
H A DRecursiveASTVisitor.h1006 if (T->isSugared())
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp527 if (!ty->isSugared()) \ in getLocallyUnqualifiedSingleStepDesugaredType()
547 if (!Ty->isSugared()) \ in getSplitDesugaredType()
576 if (!ty->isSugared()) \ in getSplitUnqualifiedTypeImpl()
616 if (!Ty->isSugared()) \ in getAsSugar()
662 if (!Ty->isSugared()) \ in getUnqualifiedDesugaredType()
1005 if (!T->isSugared()) \
4093 bool TypeOfExprType::isSugared() const { return !TOExpr->isTypeDependent(); } in isSugared() function in TypeOfExprType
4096 if (isSugared()) { in desugar()
4142 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() function in DecltypeType
4145 if (isSugared()) in desugar()
[all …]
H A DASTDiagnostic.cpp77 if (!AT->isSugared()) in desugarForDiagnostic()
182 if (CTy->isSugared()) { \ in desugarForDiagnostic()
1102 (TST->isSugared() && !TST->isTypeAlias()) in TSTiterator()
H A DODRHash.cpp1223 Hash.AddBoolean(T->isSugared()); in VisitTypeOfExprType()
H A DASTContext.cpp4197 assert(!cast<MemberPointerType>(Canonical)->isSugared()); in getMemberPointerType()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DRefCntblBaseVirtualDtorChecker.cpp117 if (ET->isSugared()) in VisitCXXDeleteExpr()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp1294 if (ElaboratedTypeNode->isSugared() && Aliases->second.size() > 1) { in typeHasMatchingAlias()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp603 if (!TST->isSugared()) in getLastTemplateSpecType()
2114 if (MPP->isSugared()) { in DeduceTemplateArgumentsByTypeMatch()
2126 if (MPA->isSugared()) { in DeduceTemplateArgumentsByTypeMatch()
H A DSemaOverload.cpp3349 if (ToMember->isSugared()) in HandleFunctionTypeMismatch()
3354 if (FromMember->isSugared()) in HandleFunctionTypeMismatch()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1054 if (!S->isTypeAlias() && S->isSugared()) {