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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1921 PoppedFunctionScopeDeleter(this));
1936 void Sema::PoppedFunctionScopeDeleter::
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1592 class PoppedFunctionScopeDeleter { class in class:clang::final
1596 explicit PoppedFunctionScopeDeleter(Sema *Self) : Self(Self) {} function in class:clang::final::PoppedFunctionScopeDeleter
1601 std::unique_ptr<sema::FunctionScopeInfo, PoppedFunctionScopeDeleter>;

Completed in 184 milliseconds