clang 19.0.0git
Public Attributes | List of all members
clang::Sema::UsesAllocatorsData Struct Reference

Data for list of allocators. More...

#include "clang/Sema/Sema.h"

Public Attributes

ExprAllocator = nullptr
 Allocator.
 
ExprAllocatorTraits = nullptr
 Allocator traits.
 
SourceLocation LParenLoc
 Locations of '(' and ')' symbols.
 
SourceLocation RParenLoc
 

Detailed Description

Data for list of allocators.

Definition at line 14621 of file Sema.h.

Member Data Documentation

◆ Allocator

Expr* clang::Sema::UsesAllocatorsData::Allocator = nullptr

Allocator.

Definition at line 14623 of file Sema.h.

Referenced by clang::Sema::ActOnOpenMPUsesAllocatorClause().

◆ AllocatorTraits

Expr* clang::Sema::UsesAllocatorsData::AllocatorTraits = nullptr

Allocator traits.

Definition at line 14625 of file Sema.h.

Referenced by clang::Sema::ActOnOpenMPUsesAllocatorClause().

◆ LParenLoc

SourceLocation clang::Sema::UsesAllocatorsData::LParenLoc

Locations of '(' and ')' symbols.

Definition at line 14627 of file Sema.h.

Referenced by clang::Sema::ActOnOpenMPUsesAllocatorClause().

◆ RParenLoc

SourceLocation clang::Sema::UsesAllocatorsData::RParenLoc

Definition at line 14627 of file Sema.h.

Referenced by clang::Sema::ActOnOpenMPUsesAllocatorClause().


The documentation for this struct was generated from the following file: