Searched refs:CachedFunctionScope (Results 1 – 2 of 2) sorted by relevance
2075 if (FunctionScopes.empty() && CachedFunctionScope) { in PushFunctionScope()2077 CachedFunctionScope->Clear(); in PushFunctionScope()2078 FunctionScopes.push_back(CachedFunctionScope.release()); in PushFunctionScope()2216 if (Scope->isPlainFunction() && !Self->CachedFunctionScope) in operator ()()2217 Self->CachedFunctionScope.reset(Scope); in operator ()()
792 std::unique_ptr<sema::FunctionScopeInfo> CachedFunctionScope; variable