Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp2235 PoppedFunctionScopeDeleter(this)); in PopFunctionScopeInfo()
2250 void Sema::PoppedFunctionScopeDeleter::
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1966 class PoppedFunctionScopeDeleter {
1970 explicit PoppedFunctionScopeDeleter(Sema *Self) : Self(Self) {} in PoppedFunctionScopeDeleter() function
1975 std::unique_ptr<sema::FunctionScopeInfo, PoppedFunctionScopeDeleter>;