|
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 1383 of file SemaOpenMP.h.
Allocator.
Definition at line 1385 of file SemaOpenMP.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause().
Allocator traits.
Definition at line 1387 of file SemaOpenMP.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause().
| SourceLocation clang::SemaOpenMP::UsesAllocatorsData::LParenLoc |
Locations of '(' and ')' symbols.
Definition at line 1389 of file SemaOpenMP.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause().
| SourceLocation clang::SemaOpenMP::UsesAllocatorsData::RParenLoc |
Definition at line 1389 of file SemaOpenMP.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause().