Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2283 PoppedFunctionScopeDeleter(this)); in PopFunctionScopeInfo()
2298 void Sema::PoppedFunctionScopeDeleter::
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h734 class PoppedFunctionScopeDeleter {
738 explicit PoppedFunctionScopeDeleter(Sema *Self) : Self(Self) {} in PoppedFunctionScopeDeleter() function
743 std::unique_ptr<sema::FunctionScopeInfo, PoppedFunctionScopeDeleter>;