Searched refs:PoppedFunctionScopeDeleter (Results 1 – 2 of 2) sorted by relevance
2279 PoppedFunctionScopeDeleter(this)); in PopFunctionScopeInfo()2294 void Sema::PoppedFunctionScopeDeleter::
2009 class PoppedFunctionScopeDeleter {2013 explicit PoppedFunctionScopeDeleter(Sema *Self) : Self(Self) {} in PoppedFunctionScopeDeleter() function2018 std::unique_ptr<sema::FunctionScopeInfo, PoppedFunctionScopeDeleter>;