clang 19.0.0git
Public Attributes | List of all members
clang::OMPUsesAllocatorsClause::Data Struct Reference

Data for list of allocators. More...

#include "clang/AST/OpenMPClause.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 8518 of file OpenMPClause.h.

Member Data Documentation

◆ Allocator

Expr* clang::OMPUsesAllocatorsClause::Data::Allocator = nullptr

◆ AllocatorTraits

Expr* clang::OMPUsesAllocatorsClause::Data::AllocatorTraits = nullptr

◆ LParenLoc

SourceLocation clang::OMPUsesAllocatorsClause::Data::LParenLoc

Locations of '(' and ')' symbols.

Definition at line 8524 of file OpenMPClause.h.

Referenced by clang::SemaOpenMP::ActOnOpenMPUsesAllocatorClause(), and clang::OMPUsesAllocatorsClause::getAllocatorData().

◆ RParenLoc

SourceLocation clang::OMPUsesAllocatorsClause::Data::RParenLoc

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