OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:existing_template
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/gn/
function_template.cc
100
const FunctionCallNode*
existing_template
= scope->GetTemplate(template_name);
local
101
if (
existing_template
) {
104
err->AppendSubErr(Err(
existing_template
->function(),
scope.cc
239
const FunctionCallNode*
existing_template
= dest->GetTemplate(i->first);
local
240
if (
existing_template
) {
247
err->AppendSubErr(Err(
existing_template
->function(), "defined here.",
Completed in 27 milliseconds