| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 539 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
|
| H A D | ASTNodeTraverser.h | 428 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() 527 void VisitDecltypeType(DecltypeType TL) { in VisitDecltypeType()
|
| H A D | TypeProperties.td | 445 let Class = DecltypeType in {
|
| H A D | Type.h | 5957 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 D | RecursiveASTVisitor.h | 1101 DEF_TRAVERSE_TYPE(DecltypeType, 1406 DEF_TRAVERSE_TYPELOC(DecltypeType, {
|
| H A D | TypeLoc.h | 2134 : public ConcreteTypeLoc<UnqualTypeLoc, DecltypeTypeLoc, DecltypeType,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | TemplateArgumentHasher.cpp | 285 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 88 def DecltypeType : TypeNode<Type>, NeverCanonicalUnlessDependent;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Context.cpp | 326 if (const auto *DT = dyn_cast<DecltypeType>(T)) in classify()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 4130 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 D | TypePrinter.cpp | 1277 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 D | ASTStructuralEquivalence.cpp | 1255 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent() 1256 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 1028 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| H A D | Expr.cpp | 895 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName() 897 ->getAs<DecltypeType>() in ComputeName()
|
| H A D | ASTContext.cpp | 6533 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 D | MicrosoftMangle.cpp | 3676 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
|
| H A D | ItaniumMangle.cpp | 4563 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
|
| H A D | ASTImporter.cpp | 1671 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1088 const AstTypeMatcher<DecltypeType> decltypeType;
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7284 extern const AstTypeMatcher<DecltypeType> decltypeType; 7315 AST_POLYMORPHIC_SUPPORTED_TYPES(DecltypeType,
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 959 if (isa<DecltypeType>(NNSType)) in getNameSpecifierKind()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 1459 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
|
| H A D | SemaTemplateDeduction.cpp | 6985 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
| H A D | SemaTemplate.cpp | 6164 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3842 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
|