Searched refs:Decayed (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FormatVariadicDetails.h | 65 using Decayed = std::decay_t<T>; 66 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &, 75 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 52 TYPE_BIT_CODE(Decayed, DECAYED, 41)
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | FixitUtil.cpp | 42 case TypeLoc::Decayed: in getPointeeTypeText()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 3446 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed; 3455 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical); 3462 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; } 9022 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) { 9031 QualType Decayed = getDecayedType(); 9032 (void)AttributedType::stripOuterNullability(Decayed); 9033 return cast<PointerType>(Decayed)->getPointeeType();
|
| H A D | ASTContext.h | 1537 QualType getDecayedType(QualType Orig, QualType Decayed) const;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 2453 case Type::Decayed: in getTypeInfoImpl() 3976 QualType ASTContext::getDecayedType(QualType Orig, QualType Decayed) const { in getDecayedType() 3978 AdjustedType::Profile(ID, Orig, Decayed); in getDecayedType() 3984 QualType Canonical = getCanonicalType(Decayed); in getDecayedType() 3990 AT = new (*this, alignof(DecayedType)) DecayedType(Orig, Decayed, Canonical); in getDecayedType() 3999 QualType Decayed; in getDecayedType() local 4007 Decayed = getArrayDecayedType(T); in getDecayedType() 4014 Decayed = getPointerType(T); in getDecayedType() 4016 return getDecayedType(T, Decayed); in getDecayedType() 14351 case Type::Decayed: { in getCommonSugarTypeNode()
|
| H A D | TypePrinter.cpp | 271 case Type::Decayed: in canPrefixQualifiers()
|
| H A D | ASTStructuralEquivalence.cpp | 919 case Type::Decayed: in IsStructurallyEquivalent()
|
| H A D | ItaniumMangle.cpp | 2445 case Type::Decayed: in mangleUnresolvedTypeOrSimpleId()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 4242 case clang::Type::Decayed: in GetTypeClass() 5114 case clang::Type::Decayed: in GetEncoding() 5279 case clang::Type::Decayed: in GetFormat()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenFunction.cpp | 2505 case Type::Decayed: in EmitVariablyModifiedType()
|
| H A D | CGDebugInfo.cpp | 3883 case Type::Decayed: in UnwrapTypeForDebugInfo() 4061 case Type::Decayed: in CreateTypeNode()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 4491 case Type::Decayed: in captureVariablyModifiedType()
|