Lines Matching refs:Settings
26 void SetSystemVars(const Settings& settings, Scope* scope) {
57 settings(build_settings, &toolchain, output_subdir_name),
70 ItemTree& tree = settings.build_settings()->item_tree();
82 // When the state is TOOLCHAIN_SETTINGS_LOADED, the settings should be
87 Settings settings;
91 // settings file has been interpreted.
121 // name to call the settings for the default build config. So we create one
146 const Settings* ToolchainManager::GetSettingsForToolchainLocked(
162 return &info->settings;
293 // True if the settings load needs to be scheduled.
296 // True if the settings load has completed.
315 // Load the settings file.
327 // Settings are ready to go, load the target file.
407 // encounter are generated. Non-default toolchain settings stay in non-greedy
409 info->settings.set_greedy_target_generation(true);
424 // Nobody should be accessing settings at this point other than us since we
426 Scope* base_config = info->settings.base_config();
427 SetSystemVars(info->settings, base_config);
453 // Schedule build files waiting on this settings. There can be many so we
483 Scope our_scope(info->settings.base_config());