Searched refs:PreallocatedFunctionScope (Results 1 – 2 of 2) sorted by relevance
168 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()
548 std::unique_ptr<sema::FunctionScopeInfo> PreallocatedFunctionScope; variable