class Arena

Declaration

class Arena { /* full declaration omitted */ };

Description

A memory arena for syntax trees.

Declared at: clang/include/clang/Tooling/Syntax/Tree.h:36

Member Variables

private llvm::BumpPtrAllocator Allocator
Keeps all the allocated nodes and their intermediate data structures.

Method Overview

Methods

ΒΆllvm::BumpPtrAllocator& getAllocator()

Declared at: clang/include/clang/Tooling/Syntax/Tree.h:38