Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp2022 PoppedFunctionScopeDeleter(this)); in PopFunctionScopeInfo()
2037 void Sema::PoppedFunctionScopeDeleter::
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1830 class PoppedFunctionScopeDeleter {
1834 explicit PoppedFunctionScopeDeleter(Sema *Self) : Self(Self) {} in PoppedFunctionScopeDeleter() function
1839 std::unique_ptr<sema::FunctionScopeInfo, PoppedFunctionScopeDeleter>;