Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def47 TYPE_BIT_CODE(Attributed, ATTRIBUTED, 36)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp6295 case TypeLoc::Attributed: { in GetTypeSourceInfoForDeclarator()
6850 Attributed, enumerator
6891 Stack.push_back(Attributed); in FunctionTypeUnwrapper()
6943 case Attributed: in wrap()
7192 auto Attributed = dyn_cast<AttributedType>(Type.getTypePtr()); in rebuildAttributedTypeWithoutNullability() local
7193 if (!Attributed) in rebuildAttributedTypeWithoutNullability()
7197 if (Attributed->getImmediateNullability()) in rebuildAttributedTypeWithoutNullability()
7198 return Attributed->getModifiedType(); in rebuildAttributedTypeWithoutNullability()
7202 Ctx, Attributed->getModifiedType()); in rebuildAttributedTypeWithoutNullability()
7203 assert(Modified.getTypePtr() != Attributed->getModifiedType().getTypePtr()); in rebuildAttributedTypeWithoutNullability()
[all …]
H A DSemaExpr.cpp4536 case Type::Attributed: in captureVariablyModifiedType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2767 case clang::Type::Attributed: in GetCompleteQualType()
3856 case clang::Type::Attributed: in GetTypeInfo()
4216 case clang::Type::Attributed: in GetTypeClass()
5096 case clang::Type::Attributed: in GetEncoding()
5261 case clang::Type::Attributed: in GetFormat()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp295 case Type::Attributed: { in canPrefixQualifiers()
H A DASTStructuralEquivalence.cpp1145 case Type::Attributed: in IsStructurallyEquivalent()
H A DType.cpp4283 : Type(Attributed, canon, equivalent->getDependence()), Attribute(attr), in AttributedType()
H A DASTContext.cpp2550 case Type::Attributed: in getTypeInfoImpl()
3727 case Type::Attributed: { in adjustType()
14360 case Type::Attributed: { in getCommonSugarTypeNode()
H A DItaniumMangle.cpp2466 case Type::Attributed: in mangleUnresolvedTypeOrSimpleId()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2585 case Type::Attributed: in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3847 case Type::Attributed: in UnwrapTypeForDebugInfo()
4058 case Type::Attributed: in CreateTypeNode()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6274 return T->getTypeClass() == Attributed;