struct OMPUsesAllocatorsClause::Data

Declaration

struct OMPUsesAllocatorsClause::Data { /* full declaration omitted */ };

Description

Data for list of allocators.

Declared at: clang/include/clang/AST/OpenMPClause.h:8359

Member Variables

public clang::Expr* Allocator = nullptr
Allocator.
public clang::Expr* AllocatorTraits = nullptr
Allocator traits.
public clang::SourceLocation LParenLoc
Locations of '(' and ')' symbols.
public clang::SourceLocation RParenLoc
Locations of '(' and ')' symbols.