Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h535 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
H A DASTNodeTraverser.h385 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
H A DType.h4898 class DecltypeType : public Type {
4905 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());
4926 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
7268 return isa<DecltypeType>(this);
H A DTypeProperties.td423 let Class = DecltypeType in {
H A DRecursiveASTVisitor.h1065 DEF_TRAVERSE_TYPE(DecltypeType,
1342 DEF_TRAVERSE_TYPELOC(DecltypeType, {
H A DTypeLoc.h2037 : public ConcreteTypeLoc<UnqualTypeLoc, DecltypeTypeLoc, DecltypeType,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp188 if (const auto *DT = dyn_cast<DecltypeType>(T)) in classify()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td87 def DecltypeType : TypeNode<Type>, NeverCanonicalUnlessDependent;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3787 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType
3799 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared()
3801 QualType DecltypeType::desugar() const { in desugar()
3809 : DecltypeType(E, UnderlyingType) {} in DependentDecltypeType()
H A DTypePrinter.cpp1183 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore()
1191 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) {} in printDecltypeAfter()
H A DASTStructuralEquivalence.cpp1132 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
1133 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
H A DODRHash.cpp983 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
H A DASTContext.cpp5679 DecltypeType *dt; in getDecltypeType()
5698 dt = new (*this, alignof(DecltypeType)) in getDecltypeType()
5699 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType()
5701 dt = new (*this, alignof(DecltypeType)) in getDecltypeType()
5702 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType()
12916 const auto *DX = cast<DecltypeType>(X); in getCommonNonSugarTypeNode()
12917 [[maybe_unused]] const auto *DY = cast<DecltypeType>(Y); in getCommonNonSugarTypeNode()
H A DExpr.cpp868 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName()
870 ->getAs<DecltypeType>() in ComputeName()
H A DMicrosoftMangle.cpp3429 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
H A DItaniumMangle.cpp4329 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
H A DASTImporter.cpp1414 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1057 const AstTypeMatcher<DecltypeType> decltypeType;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7207 extern const AstTypeMatcher<DecltypeType> decltypeType;
7238 AST_POLYMORPHIC_SUPPORTED_TYPES(DecltypeType,
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp966 if (isa<DecltypeType>(NNSType)) in getNameSpecifierKind()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1001 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
H A DSemaTemplateDeduction.cpp6421 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
H A DSemaTemplate.cpp6472 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
H A DTreeTransform.h6453 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3453 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()

12