Searched refs:CachedFunctionScope (Results 1 – 2 of 2) sorted by relevance
2154 if (FunctionScopes.empty() && CachedFunctionScope) { in PushFunctionScope()2156 CachedFunctionScope->Clear(); in PushFunctionScope()2157 FunctionScopes.push_back(CachedFunctionScope.release()); in PushFunctionScope()2299 if (Scope->isPlainFunction() && !Self->CachedFunctionScope) in operator ()()2300 Self->CachedFunctionScope.reset(Scope); in operator ()()
819 std::unique_ptr<sema::FunctionScopeInfo> CachedFunctionScope; variable