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. 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 1277 of file SemaOpenMP.h.

Member Data Documentation

◆ Allocator

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

Allocator.

Definition at line 1279 of file SemaOpenMP.h.

◆ AllocatorTraits

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

Allocator traits.

Definition at line 1281 of file SemaOpenMP.h.

◆ LParenLoc

SourceLocation clang::SemaOpenMP::UsesAllocatorsData::LParenLoc

Locations of '(' and ')' symbols.

Definition at line 1283 of file SemaOpenMP.h.

◆ RParenLoc

SourceLocation clang::SemaOpenMP::UsesAllocatorsData::RParenLoc

Definition at line 1283 of file SemaOpenMP.h.


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