/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CanonicalType.h | 535 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
|
H A D | ASTNodeTraverser.h | 422 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType() 497 void VisitDecltypeType(DecltypeType TL) { in VisitDecltypeType()
|
H A D | TypeProperties.td | 456 let Class = DecltypeType in {
|
H A D | Type.h | 5745 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 D | RecursiveASTVisitor.h | 1096 DEF_TRAVERSE_TYPE(DecltypeType, 1389 DEF_TRAVERSE_TYPELOC(DecltypeType, {
|
H A D | TypeLoc.h | 2078 : public ConcreteTypeLoc<UnqualTypeLoc, DecltypeTypeLoc, DecltypeType,
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Context.cpp | 186 if (const auto *DT = dyn_cast<DecltypeType>(T)) in classify()
|
/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/ |
H A D | Type.cpp | 3957 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 D | ASTStructuralEquivalence.cpp | 1150 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent() 1151 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
|
H A D | ODRHash.cpp | 1000 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
H A D | TypePrinter.cpp | 1235 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 D | ASTContext.cpp | 6089 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 D | Expr.cpp | 898 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName() 900 ->getAs<DecltypeType>() in ComputeName()
|
H A D | MicrosoftMangle.cpp | 3576 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
|
H A D | ItaniumMangle.cpp | 4346 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
|
H A D | ASTImporter.cpp | 1440 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 7237 extern const AstTypeMatcher<DecltypeType> decltypeType; 7268 AST_POLYMORPHIC_SUPPORTED_TYPES(DecltypeType,
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 967 if (isa<DecltypeType>(NNSType)) in getNameSpecifierKind()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 1026 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
|
H A D | SemaTemplateDeduction.cpp | 6595 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
H A D | SemaTemplate.cpp | 5744 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
|
H A D | TreeTransform.h | 6601 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
|
H A D | SemaExpr.cpp | 4468 T = cast<DecltypeType>(Ty)->desugar(); in captureVariablyModifiedType()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 3596 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
|