Home
last modified time | relevance | path

Searched refs:kCToolRc (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Dc_tool.cc16 const char* CTool::kCToolRc = "rc"; member in CTool
46 name == kCToolObjC || name == kCToolObjCxx || name == kCToolRc || in ValidateName()
239 name_ == kCToolObjC || name_ == kCToolObjCxx || name_ == kCToolRc || in ValidateSubstitution()
255 name_ == kCToolObjC || name_ == kCToolObjCxx || name_ == kCToolRc || in ValidateOutputSubstitution()
Dtool.cc271 else if (name == CTool::kCToolRc) in CreateTool()
272 return std::make_unique<CTool>(CTool::kCToolRc); in CreateTool()
334 return CTool::kCToolRc; in GetToolTypeForSourceType()
Dc_tool.h27 static const char* kCToolRc; variable