Lines Matching refs:AllocatorKind
361 void setAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind, in setAllocator() argument
363 OMPPredefinedAllocators[AllocatorKind] = Allocator; in setAllocator()
366 Expr *getAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind) const { in getAllocator()
367 return OMPPredefinedAllocators[AllocatorKind]; in getAllocator()
3351 auto AllocatorKind = static_cast<OMPAllocateDeclAttr::AllocatorTypeTy>(I); in getAllocatorKind() local
3352 const Expr *DefAllocator = Stack->getAllocator(AllocatorKind); in getAllocatorKind()
3357 AllocatorKindRes = AllocatorKind; in getAllocatorKind()
3366 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind, Expr *Allocator) { in checkPreviousOMPAllocateAttribute() argument
3373 bool AllocatorsMatch = AllocatorKind == PrevAllocatorKind; in checkPreviousOMPAllocateAttribute()
3375 AllocatorKind == OMPAllocateDeclAttr::OMPUserDefinedMemAlloc && in checkPreviousOMPAllocateAttribute()
3416 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind, in applyOMPAllocateAttribute() argument
3431 auto *A = OMPAllocateDeclAttr::CreateImplicit(S.Context, AllocatorKind, in applyOMPAllocateAttribute()
3461 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind = in ActOnOpenMPAllocateDirective() local
3478 AllocatorKind, Allocator)) in ActOnOpenMPAllocateDirective()
3486 if (AllocatorKind == OMPAllocateDeclAttr::OMPUserDefinedMemAlloc) { in ActOnOpenMPAllocateDirective()
3500 applyOMPAllocateAttribute(SemaRef, VD, AllocatorKind, Allocator, Alignment, in ActOnOpenMPAllocateDirective()
5322 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind = in checkAllocateClauses() local
5328 if (AllocatorKind == OMPAllocateDeclAttr::OMPThreadMemAlloc && in checkAllocateClauses()
5349 AllocatorKind, AC->getAllocator())) in checkAllocateClauses()
5353 applyOMPAllocateAttribute(S, PrivateVD, AllocatorKind, AC->getAllocator(), in checkAllocateClauses()
15554 auto AllocatorKind = static_cast<OMPAllocateDeclAttr::AllocatorTypeTy>(I); in findOMPAllocatorHandleT() local
15556 OMPAllocateDeclAttr::ConvertAllocatorTypeTyToStr(AllocatorKind); in findOMPAllocatorHandleT()
15578 Stack->setAllocator(AllocatorKind, Res.get()); in findOMPAllocatorHandleT()
22995 auto AllocatorKind = static_cast<OMPAllocateDeclAttr::AllocatorTypeTy>(I); in ActOnOpenMPUsesAllocatorClause() local
22997 OMPAllocateDeclAttr::ConvertAllocatorTypeTyToStr(AllocatorKind); in ActOnOpenMPUsesAllocatorClause()