Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormatVariadicDetails.h62 using Decayed = std::decay_t<T>;
63 typedef void (*Signature_format)(const Decayed &, llvm::raw_ostream &,
72 (sizeof(test<llvm::format_provider<Decayed>>(nullptr)) == 1);
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DTypeBitCodes.def52 TYPE_BIT_CODE(Decayed, DECAYED, 41)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h2692 return T->getTypeClass() == Adjusted || T->getTypeClass() == Decayed;
2701 DecayedType(QualType OriginalType, QualType Decayed, QualType Canonical);
2708 static bool classof(const Type *T) { return T->getTypeClass() == Decayed; }
7242 : AdjustedType(Decayed, OriginalType, DecayedPtr, CanonicalPtr) {
7251 QualType Decayed = getDecayedType();
7252 (void)AttributedType::stripOuterNullability(Decayed);
7253 return cast<PointerType>(Decayed)->getPointeeType();
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp2248 case Type::Decayed: in getTypeInfoImpl()
3239 QualType Decayed; in getDecayedType() local
3247 Decayed = getArrayDecayedType(T); in getDecayedType()
3254 Decayed = getPointerType(T); in getDecayedType()
3257 AdjustedType::Profile(ID, T, Decayed); in getDecayedType()
3263 QualType Canonical = getCanonicalType(Decayed); in getDecayedType()
3269 AT = new (*this, TypeAlignment) DecayedType(T, Decayed, Canonical); in getDecayedType()
H A DASTStructuralEquivalence.cpp704 case Type::Decayed: in IsStructurallyEquivalent()
H A DTypePrinter.cpp252 case Type::Decayed: in canPrefixQualifiers()
H A DItaniumMangle.cpp2221 case Type::Decayed: in mangleUnresolvedTypeOrSimpleId()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2155 case Type::Decayed: in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3193 case Type::Decayed: in UnwrapTypeForDebugInfo()
3363 case Type::Decayed: in CreateTypeNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp4374 case Type::Decayed: in captureVariablyModifiedType()