Home
last modified time | relevance | path

Searched refs:DecltypeType (Results 1 – 25 of 25) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h535 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
H A DASTNodeTraverser.h422 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
497 void VisitDecltypeType(DecltypeType TL) { in VisitDecltypeType()
H A DTypeProperties.td456 let Class = DecltypeType in {
H A DType.h5745 class DecltypeType : public Type {
5752 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());
5773 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
8193 return isa<DecltypeType>(this);
H A DRecursiveASTVisitor.h1096 DEF_TRAVERSE_TYPE(DecltypeType,
1389 DEF_TRAVERSE_TYPELOC(DecltypeType, {
H A DTypeLoc.h2078 : public ConcreteTypeLoc<UnqualTypeLoc, DecltypeTypeLoc, DecltypeType,
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp186 if (const auto *DT = dyn_cast<DecltypeType>(T)) in classify()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td88 def DecltypeType : TypeNode<Type>, NeverCanonicalUnlessDependent;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3957 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType
3969 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared()
3971 QualType DecltypeType::desugar() const { in desugar()
3979 : DecltypeType(E, UnderlyingType) {} in DependentDecltypeType()
H A DASTStructuralEquivalence.cpp1150 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
1151 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
H A DODRHash.cpp1000 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
H A DTypePrinter.cpp1235 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore()
1258 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) {} in printDecltypeAfter()
H A DASTContext.cpp6089 DecltypeType *dt; in getDecltypeType()
6108 dt = new (*this, alignof(DecltypeType)) in getDecltypeType()
6109 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType()
6111 dt = new (*this, alignof(DecltypeType)) in getDecltypeType()
6112 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType()
13420 const auto *DX = cast<DecltypeType>(X); in getCommonNonSugarTypeNode()
13421 [[maybe_unused]] const auto *DY = cast<DecltypeType>(Y); in getCommonNonSugarTypeNode()
H A DExpr.cpp898 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName()
900 ->getAs<DecltypeType>() in ComputeName()
H A DMicrosoftMangle.cpp3576 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
H A DItaniumMangle.cpp4346 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
H A DASTImporter.cpp1440 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7237 extern const AstTypeMatcher<DecltypeType> decltypeType;
7268 AST_POLYMORPHIC_SUPPORTED_TYPES(DecltypeType,
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp967 if (isa<DecltypeType>(NNSType)) in getNameSpecifierKind()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1026 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
H A DSemaTemplateDeduction.cpp6595 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
H A DSemaTemplate.cpp5744 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
H A DTreeTransform.h6601 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
H A DSemaExpr.cpp4468 T = cast<DecltypeType>(Ty)->desugar(); in captureVariablyModifiedType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3596 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()