| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 536 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
|
| H A D | ASTNodeTraverser.h | 379 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| H A D | Type.h | 4490 class DecltypeType : public Type { 4497 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType()); 4518 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode { 6853 return isa<DecltypeType>(this);
|
| H A D | TypeProperties.td | 402 let Class = DecltypeType in {
|
| H A D | RecursiveASTVisitor.h | 992 DEF_TRAVERSE_TYPE(DecltypeType, 1266 DEF_TRAVERSE_TYPELOC(DecltypeType, {
|
| H A D | TypeLoc.h | 1991 DecltypeType> {
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 86 def DecltypeType : TypeNode<Type>, NeverCanonicalUnlessDependent;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 3432 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType 3444 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() 3446 QualType DecltypeType::desugar() const { in desugar() 3454 : DecltypeType(E, Context.DependentTy), Context(Context) {} in DependentDecltypeType()
|
| H A D | ASTStructuralEquivalence.cpp | 977 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent() 978 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 1089 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore() 1097 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) {} in printDecltypeAfter()
|
| H A D | ODRHash.cpp | 843 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| H A D | ASTContext.cpp | 5462 DecltypeType *dt; in getDecltypeType() 5481 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType() 5484 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType()
|
| H A D | Expr.cpp | 814 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName() 816 ->getAs<DecltypeType>() in ComputeName()
|
| H A D | MicrosoftMangle.cpp | 3244 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
|
| H A D | ItaniumMangle.cpp | 3878 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
|
| H A D | ASTImporter.cpp | 373 ExpectedType VisitDecltypeType(const DecltypeType *T); 1348 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1029 const AstTypeMatcher<DecltypeType> decltypeType;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6568 extern const AstTypeMatcher<DecltypeType> decltypeType; 6599 AST_POLYMORPHIC_SUPPORTED_TYPES(DecltypeType));
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 961 if (isa<DecltypeType>(NNSType)) in getNameSpecifierKind()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 900 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
|
| H A D | SemaTemplateDeduction.cpp | 6054 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
| H A D | SemaTemplate.cpp | 6069 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
|
| H A D | TreeTransform.h | 6157 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
|
| H A D | SemaDecl.cpp | 5764 if (dyn_cast_or_null<DecltypeType>( in diagnoseQualifiedDeclaration()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3147 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
|