Lines Matching defs:AllocatorKind

356   void setAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind,
358 OMPPredefinedAllocators[AllocatorKind] = Allocator;
361 Expr *getAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind) const {
362 return OMPPredefinedAllocators[AllocatorKind];
3326 auto AllocatorKind = static_cast<OMPAllocateDeclAttr::AllocatorTypeTy>(I);
3327 const Expr *DefAllocator = Stack->getAllocator(AllocatorKind);
3332 AllocatorKindRes = AllocatorKind;
3341 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind, Expr *Allocator) {
3348 bool AllocatorsMatch = AllocatorKind == PrevAllocatorKind;
3350 AllocatorKind == OMPAllocateDeclAttr::OMPUserDefinedMemAlloc &&
3391 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind,
3406 auto *A = OMPAllocateDeclAttr::CreateImplicit(S.Context, AllocatorKind,
3436 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind =
3453 AllocatorKind, Allocator))
3461 if (AllocatorKind == OMPAllocateDeclAttr::OMPUserDefinedMemAlloc) {
3475 applyOMPAllocateAttribute(SemaRef, VD, AllocatorKind, Allocator, Alignment,
5304 OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind =
5310 if (AllocatorKind == OMPAllocateDeclAttr::OMPThreadMemAlloc &&
5333 AllocatorKind, AC->getAllocator()))
5335 applyOMPAllocateAttribute(S, PrivateVD, AllocatorKind, AC->getAllocator(),
15683 auto AllocatorKind = static_cast<OMPAllocateDeclAttr::AllocatorTypeTy>(I);
15685 OMPAllocateDeclAttr::ConvertAllocatorTypeTyToStr(AllocatorKind);
15707 Stack->setAllocator(AllocatorKind, Res.get());
23441 auto AllocatorKind = static_cast<OMPAllocateDeclAttr::AllocatorTypeTy>(I);
23443 OMPAllocateDeclAttr::ConvertAllocatorTypeTyToStr(AllocatorKind);