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.cpp2449 PoppedFunctionScopeDeleter(this)); in PopFunctionScopeInfo()
2465 void Sema::PoppedFunctionScopeDeleter::
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1035 class PoppedFunctionScopeDeleter {
1039 explicit PoppedFunctionScopeDeleter(Sema *Self) : Self(Self) {} in PoppedFunctionScopeDeleter() function
1044 std::unique_ptr<sema::FunctionScopeInfo, PoppedFunctionScopeDeleter>;