Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dfunction_template.cc164 const Template* existing_template = scope->GetTemplate(template_name); in RunTemplate() local
165 if (existing_template) { in RunTemplate()
168 err->AppendSubErr(Err(existing_template->GetDefinitionRange(), in RunTemplate()
Dscope.cc309 const Template* existing_template = dest->GetTemplate(i->first); in NonRecursiveMergeTo() local
312 if (existing_template && i->second.get() != existing_template) { in NonRecursiveMergeTo()
321 err->AppendSubErr(Err(existing_template->GetDefinitionRange(), in NonRecursiveMergeTo()