Home
last modified time | relevance | path

Searched refs:Attributed (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def47 TYPE_BIT_CODE(Attributed, ATTRIBUTED, 36)
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6688 case TypeLoc::Attributed: { in GetTypeSourceInfoForDeclarator()
7240 Attributed, enumerator
7281 Stack.push_back(Attributed); in FunctionTypeUnwrapper()
7333 case Attributed: in wrap()
7527 auto Attributed = dyn_cast<AttributedType>(Type.getTypePtr()); in rebuildAttributedTypeWithoutNullability() local
7528 if (!Attributed) in rebuildAttributedTypeWithoutNullability()
7532 if (Attributed->getImmediateNullability()) in rebuildAttributedTypeWithoutNullability()
7533 return Attributed->getModifiedType(); in rebuildAttributedTypeWithoutNullability()
7537 Ctx, Attributed->getModifiedType()); in rebuildAttributedTypeWithoutNullability()
7540 Attributed->getEquivalentType()); in rebuildAttributedTypeWithoutNullability()
[all …]
H A DSemaExpr.cpp4705 case Type::Attributed: in captureVariablyModifiedType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2730 case clang::Type::Attributed: in GetCompleteQualType()
3793 case clang::Type::Attributed: in GetTypeInfo()
4150 case clang::Type::Attributed: in GetTypeClass()
5038 case clang::Type::Attributed: in GetEncoding()
5192 case clang::Type::Attributed: in GetFormat()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp292 case Type::Attributed: { in canPrefixQualifiers()
H A DASTStructuralEquivalence.cpp1060 case Type::Attributed: in IsStructurallyEquivalent()
H A DItaniumMangle.cpp2420 case Type::Attributed: in mangleUnresolvedTypeOrSimpleId()
H A DASTContext.cpp2345 case Type::Attributed: in getTypeInfoImpl()
13041 case Type::Attributed: { in getCommonSugarTypeNode()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5089 : Type(Attributed, canon, equivalent->getDependence()),
5172 return T->getTypeClass() == Attributed;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2398 case Type::Attributed: in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3458 case Type::Attributed: in UnwrapTypeForDebugInfo()
3656 case Type::Attributed: in CreateTypeNode()