Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp2198 PoppedFunctionScopeDeleter(this)); in PopFunctionScopeInfo()
2213 void Sema::PoppedFunctionScopeDeleter::
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1934 class PoppedFunctionScopeDeleter {
1938 explicit PoppedFunctionScopeDeleter(Sema *Self) : Self(Self) {} in PoppedFunctionScopeDeleter() function
1943 std::unique_ptr<sema::FunctionScopeInfo, PoppedFunctionScopeDeleter>;