clang 22.0.0git
clang::ento::SymExprAllocator Class Reference

#include "clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h"

Public Member Functions

 SymExprAllocator (llvm::BumpPtrAllocator &Alloc)
template<class SymT, typename... ArgsT>
SymT * make (ArgsT &&...Args)

Detailed Description

Definition at line 494 of file SymbolManager.h.

Constructor & Destructor Documentation

◆ SymExprAllocator()

clang::ento::SymExprAllocator::SymExprAllocator ( llvm::BumpPtrAllocator & Alloc)
inlineexplicit

Definition at line 499 of file SymbolManager.h.

Member Function Documentation

◆ make()

template<class SymT, typename... ArgsT>
SymT * clang::ento::SymExprAllocator::make ( ArgsT &&... Args)
inline

Definition at line 501 of file SymbolManager.h.


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