Home
last modified time | relevance | path

Searched refs:invocation_scope (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/gn/
Dtemplate.cc39 std::unique_ptr<Scope> invocation_scope = std::make_unique<Scope>(scope); in Invoke() local
41 invocation_scope.get(), err)) in Invoke()
53 block->Execute(invocation_scope.get(), err); in Invoke()
70 invocation_scope->build_dependency_files()); in Invoke()
88 invoker_value->SetScopeValue(std::move(invocation_scope)); in Invoke()