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

Method GetDefinitions

Source/cmMakefile.cxx:2424–2430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2422}
2423
2424std::vector<std::string> cmMakefile::GetDefinitions() const
2425{
2426 std::vector<std::string> res = this->StateSnapshot.ClosureKeys();
2427 cm::append(res, this->GetState()->GetCacheEntryKeys());
2428 std::sort(res.begin(), res.end());
2429 return res;
2430}
2431
2432std::string const& cmMakefile::ExpandVariablesInString(
2433 std::string& source) const

Callers 4

CreateXCodeObjectsMethod · 0.80
TryCompileCodeMethod · 0.80
ReadInScriptMethod · 0.80
GetOptionsMethod · 0.80

Calls 6

GetStateMethod · 0.95
appendFunction · 0.85
ClosureKeysMethod · 0.45
GetCacheEntryKeysMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by 1

ReadInScriptMethod · 0.64