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

Method SetSourceFile

Source/kwsys/SystemInformation.cxx:1204–1207  ·  view source on GitHub ↗

Description: Set/Get the name of the source file where the symbol is defined.

Source from the content-addressed store, hash-verified

1202 // Set/Get the name of the source file where the symbol
1203 // is defined.
1204 void SetSourceFile(char const* sourcefile)
1205 {
1206 this->SourceFile = safes(sourcefile);
1207 }
1208
1209 std::string GetSourceFile() const
1210 {

Callers 1

SymbolPropertiesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected