| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 535 struct CanProxyAdaptor<DecltypeType> : public CanProxyBase<DecltypeType> {
|
| H A D | RecursiveASTVisitor.h | 1033 DEF_TRAVERSE_TYPE(DecltypeType, 1273 DEF_TRAVERSE_TYPELOC(DecltypeType, {
|
| H A D | Type.h | 4246 class DecltypeType : public Type { 4253 DecltypeType(Expr *E, QualType underlyingType, QualType can = QualType()); 4274 class DependentDecltypeType : public DecltypeType, public llvm::FoldingSetNode {
|
| H A D | TypeLoc.h | 1855 DecltypeType> {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Type.cpp | 3108 DecltypeType::DecltypeType(Expr *E, QualType underlyingType, QualType can) in DecltypeType() function in DecltypeType 3118 bool DecltypeType::isSugared() const { return !E->isInstantiationDependent(); } in isSugared() 3120 QualType DecltypeType::desugar() const { in desugar() 3128 : DecltypeType(E, Context.DependentTy), Context(Context) {} in DependentDecltypeType()
|
| H A D | ASTStructuralEquivalence.cpp | 601 cast<DecltypeType>(T1)->getUnderlyingExpr(), in IsStructurallyEquivalent() 602 cast<DecltypeType>(T2)->getUnderlyingExpr())) in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 983 void TypePrinter::printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) { in printDecltypeBefore() 991 void TypePrinter::printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) {} in printDecltypeAfter()
|
| H A D | ODRHash.cpp | 766 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| H A D | ASTDumper.cpp | 173 void VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| H A D | Expr.cpp | 713 else if (FT && FT->getReturnType()->getAs<DecltypeType>()) in ComputeName() 715 ->getAs<DecltypeType>() in ComputeName()
|
| H A D | ASTContext.cpp | 4790 DecltypeType *dt; in getDecltypeType() 4809 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType() 4812 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType()
|
| H A D | MicrosoftMangle.cpp | 2842 void MicrosoftCXXNameMangler::mangleType(const DecltypeType *T, Qualifiers, in mangleType()
|
| H A D | ItaniumMangle.cpp | 3300 void CXXNameMangler::mangleType(const DecltypeType *T) { in mangleType()
|
| H A D | ASTImporter.cpp | 346 ExpectedType VisitDecltypeType(const DecltypeType *T); 1269 ExpectedType ASTNodeImporter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 816 const AstTypeMatcher<DecltypeType> decltypeType;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 5357 extern const AstTypeMatcher<DecltypeType> decltypeType; 5388 AST_POLYMORPHIC_SUPPORTED_TYPES(DecltypeType));
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 4144 llvm::cast<clang::DecltypeType>(qual_type)->getUnderlyingType()) in GetTypeInfo() 5318 llvm::cast<clang::DecltypeType>(qual_type)->getUnderlyingType()) in GetEncoding() 5485 llvm::cast<clang::DecltypeType>(qual_type)->getUnderlyingType()) in GetFormat() 6561 llvm::cast<clang::DecltypeType>(qual_type)->getUnderlyingType()); in GetNumPointeeChildren()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 573 const DecltypeType *DT = DI->getType()->getAs<DecltypeType>(); in InstantiateTypedefNameDecl()
|
| H A D | SemaTemplateDeduction.cpp | 5536 cast<DecltypeType>(T)->getUnderlyingExpr(), in MarkUsedTemplateParameters()
|
| H A D | SemaTemplate.cpp | 5426 bool UnnamedLocalNoLinkageFinder::VisitDecltypeType(const DecltypeType*) { in VisitDecltypeType() argument
|
| H A D | TreeTransform.h | 5583 const DecltypeType *T = TL.getTypePtr(); in TransformDecltypeType()
|
| H A D | SemaDecl.cpp | 5304 if (dyn_cast_or_null<DecltypeType>( in diagnoseQualifiedDeclaration()
|
| H A D | SemaExpr.cpp | 4011 T = cast<DecltypeType>(Ty)->desugar(); in captureVariablyModifiedType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2749 T = cast<DecltypeType>(T)->getUnderlyingType(); in UnwrapTypeForDebugInfo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 356 void ASTTypeWriter::VisitDecltypeType(const DecltypeType *T) { in VisitDecltypeType()
|