Searched refs:CachedFunctionScope (Results 1 – 2 of 2) sorted by relevance
1911 if (FunctionScopes.empty() && CachedFunctionScope) { in PushFunctionScope()1913 CachedFunctionScope->Clear(); in PushFunctionScope()1914 FunctionScopes.push_back(CachedFunctionScope.release()); in PushFunctionScope()2040 if (Scope->isPlainFunction() && !Self->CachedFunctionScope) in operator ()()2041 Self->CachedFunctionScope.reset(Scope); in operator ()()
778 std::unique_ptr<sema::FunctionScopeInfo> CachedFunctionScope; variable