Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp168 PreallocatedFunctionScope.reset(new FunctionScopeInfo(Diags));
346 if (FSI != PreallocatedFunctionScope.get()) in ~Sema()
1383 PreallocatedFunctionScope->Clear(); in PushFunctionScope()
1384 FunctionScopes.push_back(PreallocatedFunctionScope.get()); in PushFunctionScope()
1488 if (Scope != PreallocatedFunctionScope.get()) in PopFunctionScopeInfo()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h548 std::unique_ptr<sema::FunctionScopeInfo> PreallocatedFunctionScope; variable