Searched refs:CachedFunctionScope (Results 1 – 2 of 2) sorted by relevance
1863 if (FunctionScopes.empty() && CachedFunctionScope) { in PushFunctionScope()1865 CachedFunctionScope->Clear(); in PushFunctionScope()1866 FunctionScopes.push_back(CachedFunctionScope.release()); in PushFunctionScope()1992 if (Scope->isPlainFunction() && !Self->CachedFunctionScope) in operator ()()1993 Self->CachedFunctionScope.reset(Scope); in operator ()()
670 std::unique_ptr<sema::FunctionScopeInfo> CachedFunctionScope; variable