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
- public llvm::BumpPtrAllocator & getAllocator()
Methods
ΒΆllvm::BumpPtrAllocator& getAllocator()
llvm::BumpPtrAllocator& getAllocator()
Declared at: clang/include/clang/Tooling/Syntax/Tree.h:38