| 373 | } |
| 374 | |
| 375 | void cmRulePlaceholderExpander::ExpandRuleVariables( |
| 376 | cmOutputConverter* outputConverter, std::string& s, |
| 377 | RuleVariables const& replaceValues) |
| 378 | { |
| 379 | this->OutputConverter = outputConverter; |
| 380 | this->ReplaceValues = &replaceValues; |
| 381 | |
| 382 | this->ExpandVariables(s); |
| 383 | } |
no outgoing calls
no test coverage detected