Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSema.cpp1974 PoppedFunctionScopeDeleter(this)); in PopFunctionScopeInfo()
1989 void Sema::PoppedFunctionScopeDeleter::
/external/llvm-project/clang/include/clang/Sema/
DSema.h1715 class PoppedFunctionScopeDeleter {
1719 explicit PoppedFunctionScopeDeleter(Sema *Self) : Self(Self) {} in PoppedFunctionScopeDeleter() function
1724 std::unique_ptr<sema::FunctionScopeInfo, PoppedFunctionScopeDeleter>;