| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 535 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
|
| H A D | ASTNodeTraverser.h | 385 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| H A D | Type.h | 4898 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 D | TypeProperties.td | 423 let Class = DecltypeType in {
|
| H A D | RecursiveASTVisitor.h | 1065 DEF_TRAVERSE_TYPE(DecltypeType, 1342 DEF_TRAVERSE_TYPELOC(DecltypeType, {
|
| H A D | TypeLoc.h | 2037 : public ConcreteTypeLoc<UnqualTypeLoc, DecltypeTypeLoc, DecltypeType,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Context.cpp | 188 if (const auto *DT = dyn_cast<DecltypeType>(T)) in classify()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 87 def DecltypeType : TypeNode<Type>, NeverCanonicalUnlessDependent;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 3787 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 D | TypePrinter.cpp | 1183 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 D | ASTStructuralEquivalence.cpp | 1132 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent() 1133 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 983 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| H A D | ASTContext.cpp | 5679 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 D | Expr.cpp | 868 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName() 870 ->getAs<DecltypeType>() in ComputeName()
|
| H A D | MicrosoftMangle.cpp | 3429 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
|
| H A D | ItaniumMangle.cpp | 4329 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
|
| H A D | ASTImporter.cpp | 1414 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1057 const AstTypeMatcher<DecltypeType> decltypeType;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7207 extern const AstTypeMatcher<DecltypeType> decltypeType; 7238 AST_POLYMORPHIC_SUPPORTED_TYPES(DecltypeType,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 966 if (isa<DecltypeType>(NNSType)) in getNameSpecifierKind()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 1001 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
|
| H A D | SemaTemplateDeduction.cpp | 6421 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
| H A D | SemaTemplate.cpp | 6472 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
|
| H A D | TreeTransform.h | 6453 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3453 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
|