HomeSort by: relevance | last modified time | path
    Searched refs:PoppedFunctionScopeDeleter (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 2022 PoppedFunctionScopeDeleter(this));
2037 void Sema::PoppedFunctionScopeDeleter::
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1830 class PoppedFunctionScopeDeleter {
1834 explicit PoppedFunctionScopeDeleter(Sema *Self) : Self(Self) {}
1839 std::unique_ptr<sema::FunctionScopeInfo, PoppedFunctionScopeDeleter>;

Completed in 50 milliseconds