HomeSort by relevance Sort by last modified time
    Searched refs:function_token_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/gn/
config_values_generator.h 36 const Token& function_token_; member in class:ConfigValuesGenerator
target_generator.cc 69 function_token_(function_token),
106 function_token_, input_directory_, err_);
124 GetBuildSettings(), function_token_.range(), tc_node, err_))
128 target_->SetGenerated(&function_token_);
183 *err_ = Err(function_token_, "Not a known output type",
289 *err_ = Err(function_token_, "This target type requires a \"destdir\".");
307 *err_ = Err(function_token_, "This target type requires a \"script\".");
config_values_generator.cc 38 function_token_(function_token),
target_generator.h 72 const Token& function_token_; member in class:TargetGenerator

Completed in 1116 milliseconds