|
clang 22.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 9404 of file OpenMPClause.h.
Allocator.
Definition at line 9406 of file OpenMPClause.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause(), clang::CodeGen::CGOpenMPRuntime::emitTargetOutlinedFunction(), clang::SemaOpenMP::EndOpenMPDSABlock(), and clang::OMPUsesAllocatorsClause::getAllocatorData().
Allocator traits.
Definition at line 9408 of file OpenMPClause.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPRegionEnd(), clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause(), clang::CodeGen::CGOpenMPRuntime::emitTargetOutlinedFunction(), and clang::OMPUsesAllocatorsClause::getAllocatorData().
| SourceLocation clang::OMPUsesAllocatorsClause::Data::LParenLoc |
Locations of '(' and ')' symbols.
Definition at line 9410 of file OpenMPClause.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause(), and clang::OMPUsesAllocatorsClause::getAllocatorData().
| SourceLocation clang::OMPUsesAllocatorsClause::Data::RParenLoc |
Definition at line 9410 of file OpenMPClause.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause(), and clang::OMPUsesAllocatorsClause::getAllocatorData().