Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
H A Dc_tool.cc16 const char* CTool::kCToolRc = "rc"; member in CTool
46 name == kCToolObjC || name == kCToolObjCxx || name == kCToolRc || in ValidateName()
246 name_ == kCToolObjC || name_ == kCToolObjCxx || name_ == kCToolRc || in ValidateSubstitution()
262 name_ == kCToolObjC || name_ == kCToolObjCxx || name_ == kCToolRc || in ValidateOutputSubstitution()
H A 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()
H A Dc_tool.h27 static const char* kCToolRc; member in CTool

Completed in 3 milliseconds