Searched refs:CachedFunctionScope (Results 1 – 2 of 2) sorted by relevance
2112 if (FunctionScopes.empty() && CachedFunctionScope) { in PushFunctionScope()2114 CachedFunctionScope->Clear(); in PushFunctionScope()2115 FunctionScopes.push_back(CachedFunctionScope.release()); in PushFunctionScope()2253 if (Scope->isPlainFunction() && !Self->CachedFunctionScope) in operator ()()2254 Self->CachedFunctionScope.reset(Scope); in operator ()()
793 std::unique_ptr<sema::FunctionScopeInfo> CachedFunctionScope; variable