Searched refs:CachedFunctionScope (Results 1 – 2 of 2) sorted by relevance
1969 if (FunctionScopes.empty() && CachedFunctionScope) { in PushFunctionScope()1971 CachedFunctionScope->Clear(); in PushFunctionScope()1972 FunctionScopes.push_back(CachedFunctionScope.release()); in PushFunctionScope()2110 if (Scope->isPlainFunction() && !Self->CachedFunctionScope) in operator ()()2111 Self->CachedFunctionScope.reset(Scope); in operator ()()
781 std::unique_ptr<sema::FunctionScopeInfo> CachedFunctionScope; variable