Searched refs:CachedFunctionScope (Results 1 – 2 of 2) sorted by relevance
2331 if (FunctionScopes.empty() && CachedFunctionScope) { in PushFunctionScope()2333 CachedFunctionScope->Clear(); in PushFunctionScope()2334 FunctionScopes.push_back(CachedFunctionScope.release()); in PushFunctionScope()2470 if (Scope->isPlainFunction() && !Self->CachedFunctionScope) in operator ()()2471 Self->CachedFunctionScope.reset(Scope); in operator ()()
1203 std::unique_ptr<sema::FunctionScopeInfo> CachedFunctionScope; variable