Searched refs:PoppedFunctionScopeDeleter (Results 1 – 2 of 2) sorted by relevance
2198 PoppedFunctionScopeDeleter(this)); in PopFunctionScopeInfo()2213 void Sema::PoppedFunctionScopeDeleter::
1934 class PoppedFunctionScopeDeleter {1938 explicit PoppedFunctionScopeDeleter(Sema *Self) : Self(Self) {} in PoppedFunctionScopeDeleter() function1943 std::unique_ptr<sema::FunctionScopeInfo, PoppedFunctionScopeDeleter>;