Searched refs:function_call_ (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/tools/gn/ |
D | action_target_generator.cc | 36 *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()
|
D | copy_target_generator.cc | 32 *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()
|
D | target_generator.h | 66 const FunctionCallNode* function_call_; variable
|
D | target_generator.cc | 30 function_call_(function_call), in TargetGenerator()
|