clang
10.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 1799 of file Sema.cpp.
References clang::sema::FunctionScopeInfo::isPlainFunction().
Referenced by clang::Sema::PopFunctionScopeInfo().