|
clang 23.0.0git
|
Data for list of allocators. More...
#include "clang/AST/OpenMPClause.h"
Public Attributes | |
| Expr * | Allocator = nullptr |
| Allocator. | |
| Expr * | AllocatorTraits = nullptr |
| Allocator traits. | |
| SourceLocation | LParenLoc |
| Locations of '(' and ')' symbols. | |
| SourceLocation | RParenLoc |
Data for list of allocators.
Definition at line 9303 of file OpenMPClause.h.
| Expr* OMPUsesAllocatorsClause::Data::Allocator = nullptr |
Allocator.
Definition at line 9305 of file OpenMPClause.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause(), clang::CodeGen::CGOpenMPRuntime::emitTargetOutlinedFunction(), clang::SemaOpenMP::EndOpenMPDSABlock(), and OMPUsesAllocatorsClause::getAllocatorData().
| Expr* OMPUsesAllocatorsClause::Data::AllocatorTraits = nullptr |
Allocator traits.
Definition at line 9307 of file OpenMPClause.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPRegionEnd(), clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause(), clang::CodeGen::CGOpenMPRuntime::emitTargetOutlinedFunction(), and OMPUsesAllocatorsClause::getAllocatorData().
| SourceLocation OMPUsesAllocatorsClause::Data::LParenLoc |
Locations of '(' and ')' symbols.
Definition at line 9309 of file OpenMPClause.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause(), and OMPUsesAllocatorsClause::getAllocatorData().
| SourceLocation OMPUsesAllocatorsClause::Data::RParenLoc |
Definition at line 9309 of file OpenMPClause.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause(), and OMPUsesAllocatorsClause::getAllocatorData().