Home | History | Annotate | Download | only in gn

Lines Matching refs:scope_

68       scope_(scope),
105 ConfigValuesGenerator gen(&target_->config_values(), scope_,
122 tree->GetExistingNodeLocked(ToolchainLabelForScope(scope_));
191 const Value* value = scope_->GetValue(var_name, true);
197 ToolchainLabelForScope(scope_), &labels, err_))
204 scope_->settings(),
216 const Value* value = scope_->GetValue(var_name, true);
222 ToolchainLabelForScope(scope_), &labels, err_))
252 const Value* value = scope_->GetValue(variables::kSources, true);
266 const Value* value = scope_->GetValue("data", true);
287 const Value* value = scope_->GetValue("destdir", true);
305 const Value* value = scope_->GetValue("script", true);
318 const Value* value = scope_->GetValue("args", true);
329 const Value* value = scope_->GetValue("outputs", true);
349 return scope_->settings()->build_settings();