clang 17.0.0git
|
Data for list of allocators. More...
#include "clang/Sema/Sema.h"
Public Attributes | |
Expr * | Allocator = nullptr |
Allocator. | |
Expr * | AllocatorTraits = nullptr |
Allocator traits. | |
SourceLocation | LParenLoc |
Locations of '(' and ')' symbols. | |
SourceLocation | RParenLoc |
Expr* clang::Sema::UsesAllocatorsData::Allocator = nullptr |
Allocator.
Definition at line 12262 of file Sema.h.
Referenced by clang::Sema::ActOnOpenMPUsesAllocatorClause().
Expr* clang::Sema::UsesAllocatorsData::AllocatorTraits = nullptr |
Allocator traits.
Definition at line 12264 of file Sema.h.
Referenced by clang::Sema::ActOnOpenMPUsesAllocatorClause().
SourceLocation clang::Sema::UsesAllocatorsData::LParenLoc |
Locations of '(' and ')' symbols.
Definition at line 12266 of file Sema.h.
Referenced by clang::Sema::ActOnOpenMPUsesAllocatorClause().
SourceLocation clang::Sema::UsesAllocatorsData::RParenLoc |
Definition at line 12266 of file Sema.h.
Referenced by clang::Sema::ActOnOpenMPUsesAllocatorClause().