Home
last modified time | relevance | path

Searched refs:PoppedFunctionScopeDeleter (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2279 PoppedFunctionScopeDeleter(this)); in PopFunctionScopeInfo()
2294 void Sema::PoppedFunctionScopeDeleter::
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2009 class PoppedFunctionScopeDeleter {
2013 explicit PoppedFunctionScopeDeleter(Sema *Self) : Self(Self) {} in PoppedFunctionScopeDeleter() function
2018 std::unique_ptr<sema::FunctionScopeInfo, PoppedFunctionScopeDeleter>;