Searched refs:AllocatorKind (Results 1 – 2 of 2) sorted by relevance
325 void setAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind, in setAllocator() argument327 OMPPredefinedAllocators[AllocatorKind] = Allocator; in setAllocator()330 Expr *getAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind) const { in getAllocator()331 return OMPPredefinedAllocators[AllocatorKind]; in getAllocator()3033 auto AllocatorKind = static_cast<OMPAllocateDeclAttr::AllocatorTypeTy>(I); in getAllocatorKind() local3034 const Expr *DefAllocator = Stack->getAllocator(AllocatorKind); in getAllocatorKind()3039 AllocatorKindRes = AllocatorKind; in getAllocatorKind()3048 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind, Expr *Allocator) { in checkPreviousOMPAllocateAttribute() argument3055 bool AllocatorsMatch = AllocatorKind == PrevAllocatorKind; in checkPreviousOMPAllocateAttribute()3057 AllocatorKind == OMPAllocateDeclAttr::OMPUserDefinedMemAlloc && in checkPreviousOMPAllocateAttribute()[all …]
4671 auto AllocatorKind = in UpdateDecl() local4676 Reader.getContext(), AllocatorKind, Allocator, SR, in UpdateDecl()