Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h539 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
H A DASTNodeTraverser.h428 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
527 void VisitDecltypeType(DecltypeType TL) { in VisitDecltypeType()
H A DTypeProperties.td445 let Class = DecltypeType in {
H A DType.h5957 class DecltypeType : public Type {
5964 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType());
5985 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
8582 return isa<DecltypeType>(this);
H A DRecursiveASTVisitor.h1101 DEF_TRAVERSE_TYPE(DecltypeType,
1406 DEF_TRAVERSE_TYPELOC(DecltypeType, {
H A DTypeLoc.h2134 : public ConcreteTypeLoc<UnqualTypeLoc, DecltypeTypeLoc, DecltypeType,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DTemplateArgumentHasher.cpp285 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td88 def DecltypeType : TypeNode<Type>, NeverCanonicalUnlessDependent;
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.cpp326 if (const auto *DT = dyn_cast<DecltypeType>(T)) in classify()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4130 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType
4142 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared()
4144 QualType DecltypeType::desugar() const { in desugar()
4152 : DecltypeType(E, QualType()) {} in DependentDecltypeType()
H A DTypePrinter.cpp1277 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore()
1303 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) {} in printDecltypeAfter()
H A DASTStructuralEquivalence.cpp1255 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent()
1256 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
H A DODRHash.cpp1028 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
H A DExpr.cpp895 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName()
897 ->getAs<DecltypeType>() in ComputeName()
H A DASTContext.cpp6533 auto *DT = new (*this, alignof(DecltypeType)) in getDecltypeType()
6534 DecltypeType(E, UnderlyingType, CanonType); in getDecltypeType()
14220 const auto *DX = cast<DecltypeType>(X); in getCommonNonSugarTypeNode()
14221 [[maybe_unused]] const auto *DY = cast<DecltypeType>(Y); in getCommonNonSugarTypeNode()
H A DMicrosoftMangle.cpp3676 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
H A DItaniumMangle.cpp4563 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
H A DASTImporter.cpp1671 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1088 const AstTypeMatcher<DecltypeType> decltypeType;
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7284 extern const AstTypeMatcher<DecltypeType> decltypeType;
7315 AST_POLYMORPHIC_SUPPORTED_TYPES(DecltypeType,
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp959 if (isa<DecltypeType>(NNSType)) in getNameSpecifierKind()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1459 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
H A DSemaTemplateDeduction.cpp6985 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
H A DSemaTemplate.cpp6164 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3842 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()

12