Home
last modified time | relevance | path

Searched refs:Attributed (Results 1 – 11 of 11) 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.cpp6277 case TypeLoc::Attributed: { in GetTypeSourceInfoForDeclarator()
6823 Attributed, enumerator
6864 Stack.push_back(Attributed); in FunctionTypeUnwrapper()
6916 case Attributed: in wrap()
7110 auto Attributed = dyn_cast<AttributedType>(Type.getTypePtr()); in rebuildAttributedTypeWithoutNullability() local
7111 if (!Attributed) in rebuildAttributedTypeWithoutNullability()
7115 if (Attributed->getImmediateNullability()) in rebuildAttributedTypeWithoutNullability()
7116 return Attributed->getModifiedType(); in rebuildAttributedTypeWithoutNullability()
7120 Ctx, Attributed->getModifiedType()); in rebuildAttributedTypeWithoutNullability()
7121 assert(Modified.getTypePtr() != Attributed->getModifiedType().getTypePtr()); in rebuildAttributedTypeWithoutNullability()
[all …]
H A DSemaExpr.cpp4456 case Type::Attributed: in captureVariablyModifiedType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2738 case clang::Type::Attributed: in GetCompleteQualType()
3830 case clang::Type::Attributed: in GetTypeInfo()
4190 case clang::Type::Attributed: in GetTypeClass()
5105 case clang::Type::Attributed: in GetEncoding()
5265 case clang::Type::Attributed: in GetFormat()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1071 case Type::Attributed: in IsStructurallyEquivalent()
H A DTypePrinter.cpp294 case Type::Attributed: { in canPrefixQualifiers()
H A DItaniumMangle.cpp2420 case Type::Attributed: in mangleUnresolvedTypeOrSimpleId()
H A DASTContext.cpp2384 case Type::Attributed: in getTypeInfoImpl()
13554 case Type::Attributed: { in getCommonSugarTypeNode()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h6003 : Type(Attributed, canon, equivalent->getDependence()),
6086 return T->getTypeClass() == Attributed;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2478 case Type::Attributed: in EmitVariablyModifiedType()
H A DCGDebugInfo.cpp3601 case Type::Attributed: in UnwrapTypeForDebugInfo()
3808 case Type::Attributed: in CreateTypeNode()