Home
last modified time | relevance | path

Searched refs:Decayed (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadicDetails.h65 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 DTypeBitCodes.def52 TYPE_BIT_CODE(Decayed, DECAYED, 41)
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DFixitUtil.cpp42 case TypeLoc::Decayed: in getPointeeTypeText()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3446 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 DASTContext.h1537 QualType getDecayedType(QualType Orig, QualType Decayed) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2453 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 DTypePrinter.cpp271 case Type::Decayed: in canPrefixQualifiers()
H A DASTStructuralEquivalence.cpp919 case Type::Decayed: in IsStructurallyEquivalent()
H A DItaniumMangle.cpp2445 case Type::Decayed: in mangleUnresolvedTypeOrSimpleId()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4242 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 DCodeGenFunction.cpp2505 case Type::Decayed: in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3883 case Type::Decayed: in UnwrapTypeForDebugInfo()
4061 case Type::Decayed: in CreateTypeNode()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp4491 case Type::Decayed: in captureVariablyModifiedType()