Searched refs:Decayed (Results 1 – 12 of 12) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Support/ |
H A D | FormatVariadicDetails.h | 63 using Decayed = std::decay_t<T>; 64 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &, 73 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
|
/openbsd/gnu/llvm/clang/include/clang/Serialization/ |
H A D | TypeBitCodes.def | 52 TYPE_BIT_CODE(Decayed, DECAYED, 41)
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | Type.h | 2832 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed; 2841 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical); 2848 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; } 7481 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) { 7490 QualType Decayed = getDecayedType(); 7491 (void)AttributedType::stripOuterNullability(Decayed); 7492 return cast<PointerType>(Decayed)->getPointeeType();
|
H A D | ASTContext.h | 1342 QualType getDecayedType(QualType Orig, QualType Decayed) const;
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | ASTContext.cpp | 2300 case Type::Decayed: in getTypeInfoImpl() 3355 QualType ASTContext::getDecayedType(QualType Orig, QualType Decayed) const { in getDecayedType() 3357 AdjustedType::Profile(ID, Orig, Decayed); in getDecayedType() 3363 QualType Canonical = getCanonicalType(Decayed); in getDecayedType() 3369 AT = new (*this, TypeAlignment) DecayedType(Orig, Decayed, Canonical); in getDecayedType() 3378 QualType Decayed; in getDecayedType() local 3386 Decayed = getArrayDecayedType(T); in getDecayedType() 3393 Decayed = getPointerType(T); in getDecayedType() 3395 return getDecayedType(T, Decayed); in getDecayedType() 12882 case Type::Decayed: { in getCommonSugarTypeNode()
|
H A D | ASTStructuralEquivalence.cpp | 757 case Type::Decayed: in IsStructurallyEquivalent()
|
H A D | TypePrinter.cpp | 270 case Type::Decayed: in canPrefixQualifiers()
|
H A D | ItaniumMangle.cpp | 2284 case Type::Decayed: in mangleUnresolvedTypeOrSimpleId()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenFunction.cpp | 2257 case Type::Decayed: in EmitVariablyModifiedType()
|
H A D | CGDebugInfo.cpp | 3342 case Type::Decayed: in UnwrapTypeForDebugInfo() 3513 case Type::Decayed: in CreateTypeNode()
|
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 4251 case clang::Type::Decayed: in GetTypeClass() 5173 case clang::Type::Decayed: in GetEncoding() 5327 case clang::Type::Decayed: in GetFormat()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExpr.cpp | 4524 case Type::Decayed: in captureVariablyModifiedType()
|