MCPcopy Create free account
hub / github.com/Kitware/CMake / ExpandRuleVariables

Method ExpandRuleVariables

Source/cmRulePlaceholderExpander.cxx:375–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375void 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}

Callers 15

WriteExecutableRuleMethod · 0.80
WriteObjectRuleFilesMethod · 0.80
WriteDeviceLinkRuleMethod · 0.80
AppendCustomCommandMethod · 0.80
ComputeFlagsForObjectMethod · 0.80
GetScanRuleFunction · 0.80
WriteCompileRuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected