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

Method ProcessLanguages

Source/cmFileAPICodemodel.cxx:1417–1424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1415}
1416
1417void Target::ProcessLanguages()
1418{
1419 std::set<std::string> languages;
1420 this->GT->GetLanguages(languages, this->Config);
1421 for (std::string const& lang : languages) {
1422 this->ProcessLanguage(lang);
1423 }
1424}
1425
1426void Target::ProcessLanguage(std::string const& lang)
1427{

Callers 1

DumpMethod · 0.95

Calls 2

ProcessLanguageMethod · 0.95
GetLanguagesMethod · 0.45

Tested by

no test coverage detected