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

Data for list of allocators. More...

#include "clang/Sema/SemaOpenMP.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 1277 of file SemaOpenMP.h.

Member Data Documentation

◆ Allocator

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

Allocator.

Definition at line 1279 of file SemaOpenMP.h.

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

◆ AllocatorTraits

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

Allocator traits.

Definition at line 1281 of file SemaOpenMP.h.

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

◆ LParenLoc

SourceLocation clang::SemaOpenMP::UsesAllocatorsData::LParenLoc

Locations of '(' and ')' symbols.

Definition at line 1283 of file SemaOpenMP.h.

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

◆ RParenLoc

SourceLocation clang::SemaOpenMP::UsesAllocatorsData::RParenLoc

Definition at line 1283 of file SemaOpenMP.h.

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


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