clang 20.0.0git
Public Member Functions | List of all members
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 491 of file SymbolManager.h.

Constructor & Destructor Documentation

◆ SymExprAllocator()

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

Definition at line 496 of file SymbolManager.h.

Member Function Documentation

◆ make()

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

Definition at line 498 of file SymbolManager.h.


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