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

Method HasExplicitObjectName

Source/cmGeneratorTarget.cxx:905–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

903}
904
905bool cmGeneratorTarget::HasExplicitObjectName(cmSourceFile const* file) const
906{
907 const_cast<cmGeneratorTarget*>(this)->ComputeObjectMapping();
908 auto it = this->ExplicitObjectName.find(file);
909 return it != this->ExplicitObjectName.end();
910}
911
912BTs<std::string> const* cmGeneratorTarget::GetLanguageStandardProperty(
913 std::string const& lang, std::string const& config) const

Callers 4

WriteSourcesMethod · 0.80
WriteAllSourcesMethod · 0.80

Calls 3

ComputeObjectMappingMethod · 0.80
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected