Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Daction_target_generator.cc36 *err_ = Err(function_call_, "action_foreach target has no sources.", in DoRun()
69 *err_ = Err(function_call_, "This target type requires a \"script\"."); in FillScript()
110 *err_ = Err(function_call_, "Action has no outputs.", in CheckOutputs()
118 *err_ = Err(function_call_, "Action has patterns in the output.", in CheckOutputs()
127 *err_ = Err(function_call_, in CheckOutputs()
Dcopy_target_generator.cc32 *err_ = Err(function_call_, "Empty sources for copy command.", in DoRun()
37 *err_ = Err(function_call_, "Copy command must have exactly one output.", in DoRun()
Dtarget_generator.h66 const FunctionCallNode* function_call_; variable
Dtarget_generator.cc30 function_call_(function_call), in TargetGenerator()