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

Method IsAlias

Source/cmMakefile.cxx:3908–3914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3906}
3907
3908bool cmMakefile::IsAlias(std::string const& name) const
3909{
3910 if (cm::contains(this->AliasTargets, name)) {
3911 return true;
3912 }
3913 return this->GetGlobalGenerator()->IsAlias(name);
3914}
3915
3916bool cmMakefile::EnforceUniqueName(std::string const& name, std::string& msg,
3917 bool isCustom) const

Callers 14

EnforceUniqueNameMethod · 0.95
HandleTargetsModeFunction · 0.45
HandleTargetModeFunction · 0.45
cmAddExecutableCommandFunction · 0.45
cmAddLibraryCommandFunction · 0.45
EvaluateMethod · 0.45
HandleArgumentsMethod · 0.45
HandleTargetsModeFunction · 0.45
HandleTargetModeFunction · 0.45

Calls 1

GetGlobalGeneratorMethod · 0.95

Tested by

no test coverage detected