struct Sema::UsesAllocatorsData

Declaration

struct Sema::UsesAllocatorsData { /* full declaration omitted */ };

Description

Data for list of allocators.

Declared at: clang/include/clang/Sema/Sema.h:11804

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.