clang 20.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 1321 of file SemaOpenMP.h.
Expr* clang::SemaOpenMP::UsesAllocatorsData::Allocator = nullptr |
Allocator.
Definition at line 1323 of file SemaOpenMP.h.
Expr* clang::SemaOpenMP::UsesAllocatorsData::AllocatorTraits = nullptr |
Allocator traits.
Definition at line 1325 of file SemaOpenMP.h.
SourceLocation clang::SemaOpenMP::UsesAllocatorsData::LParenLoc |
Locations of '(' and ')' symbols.
Definition at line 1327 of file SemaOpenMP.h.
SourceLocation clang::SemaOpenMP::UsesAllocatorsData::RParenLoc |
Definition at line 1327 of file SemaOpenMP.h.