clang 17.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 8382 of file OpenMPClause.h.
Expr* clang::OMPUsesAllocatorsClause::Data::Allocator = nullptr |
Allocator.
Definition at line 8384 of file OpenMPClause.h.
Referenced by clang::Sema::ActOnOpenMPUsesAllocatorClause(), clang::CodeGen::CGOpenMPRuntime::emitTargetOutlinedFunction(), clang::Sema::EndOpenMPDSABlock(), and clang::OMPUsesAllocatorsClause::getAllocatorData().
Expr* clang::OMPUsesAllocatorsClause::Data::AllocatorTraits = nullptr |
Allocator traits.
Definition at line 8386 of file OpenMPClause.h.
Referenced by clang::Sema::ActOnOpenMPRegionEnd(), clang::Sema::ActOnOpenMPUsesAllocatorClause(), clang::CodeGen::CGOpenMPRuntime::emitTargetOutlinedFunction(), and clang::OMPUsesAllocatorsClause::getAllocatorData().
SourceLocation clang::OMPUsesAllocatorsClause::Data::LParenLoc |
Locations of '(' and ')' symbols.
Definition at line 8388 of file OpenMPClause.h.
Referenced by clang::Sema::ActOnOpenMPUsesAllocatorClause(), and clang::OMPUsesAllocatorsClause::getAllocatorData().
SourceLocation clang::OMPUsesAllocatorsClause::Data::RParenLoc |
Definition at line 8388 of file OpenMPClause.h.
Referenced by clang::Sema::ActOnOpenMPUsesAllocatorClause(), and clang::OMPUsesAllocatorsClause::getAllocatorData().