Thanks to visit codestin.com
Credit goes to clang.llvm.org

clang 22.0.0git
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 1376 of file SemaOpenMP.h.

Member Data Documentation

◆ Allocator

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

Allocator.

Definition at line 1378 of file SemaOpenMP.h.

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

◆ AllocatorTraits

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

Allocator traits.

Definition at line 1380 of file SemaOpenMP.h.

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

◆ LParenLoc

SourceLocation clang::SemaOpenMP::UsesAllocatorsData::LParenLoc

Locations of '(' and ')' symbols.

Definition at line 1382 of file SemaOpenMP.h.

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

◆ RParenLoc

SourceLocation clang::SemaOpenMP::UsesAllocatorsData::RParenLoc

Definition at line 1382 of file SemaOpenMP.h.

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


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