clang 22.0.0git
|
Data for list of allocators. More...
#include "clang/Sema/SemaOpenMP.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 1363 of file SemaOpenMP.h.
Allocator.
Definition at line 1365 of file SemaOpenMP.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause().
Allocator traits.
Definition at line 1367 of file SemaOpenMP.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause().
SourceLocation clang::SemaOpenMP::UsesAllocatorsData::LParenLoc |
Locations of '(' and ')' symbols.
Definition at line 1369 of file SemaOpenMP.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause().
SourceLocation clang::SemaOpenMP::UsesAllocatorsData::RParenLoc |
Definition at line 1369 of file SemaOpenMP.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause().