Searched refs:AllocatorKind (Results 1 – 2 of 2) sorted by relevance
358 void setAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind, in setAllocator() argument360 OMPPredefinedAllocators[AllocatorKind] = Allocator; in setAllocator()363 Expr *getAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind) const { in getAllocator()364 return OMPPredefinedAllocators[AllocatorKind]; in getAllocator()3337 auto AllocatorKind = static_cast<OMPAllocateDeclAttr::AllocatorTypeTy>(I); in getAllocatorKind() local3338 const Expr *DefAllocator = Stack->getAllocator(AllocatorKind); in getAllocatorKind()3343 AllocatorKindRes = AllocatorKind; in getAllocatorKind()3352 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind, Expr *Allocator) { in checkPreviousOMPAllocateAttribute() argument3359 bool AllocatorsMatch = AllocatorKind == PrevAllocatorKind; in checkPreviousOMPAllocateAttribute()3361 AllocatorKind == OMPAllocateDeclAttr::OMPUserDefinedMemAlloc && in checkPreviousOMPAllocateAttribute()[all …]
4908 auto AllocatorKind = in UpdateDecl() local4914 Reader.getContext(), AllocatorKind, Allocator, Alignment, SR)); in UpdateDecl()