clang 20.0.0git
|
Custom deleter to allow FunctionScopeInfos to be kept alive for a short time after they've been popped. More...
#include "clang/Sema/Sema.h"
Public Member Functions | |
PoppedFunctionScopeDeleter (Sema *Self) | |
void | operator() (sema::FunctionScopeInfo *Scope) const |
Custom deleter to allow FunctionScopeInfos to be kept alive for a short time after they've been popped.
|
inlineexplicit |
void Sema::PoppedFunctionScopeDeleter::operator() | ( | sema::FunctionScopeInfo * | Scope | ) | const |
Definition at line 2318 of file Sema.cpp.
References clang::Self.