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. More...
 
ExprAllocatorTraits = nullptr
 Allocator traits. More...
 
SourceLocation LParenLoc
 Locations of '(' and ')' symbols. More...
 
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

Allocator traits.

Definition at line 8522 of file OpenMPClause.h.

Referenced by clang::CodeGen::CGOpenMPRuntime::emitTargetOutlinedFunction().

◆ LParenLoc

SourceLocation clang::OMPUsesAllocatorsClause::Data::LParenLoc

Locations of '(' and ')' symbols.

Definition at line 8524 of file OpenMPClause.h.

◆ RParenLoc

SourceLocation clang::OMPUsesAllocatorsClause::Data::RParenLoc

Definition at line 8524 of file OpenMPClause.h.


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