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

Method SetError

Source/cmVisualStudioSlnParser.cxx:398–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396}
397
398void cmVisualStudioSlnParser::ResultData::SetError(ParseResult error,
399 size_t line)
400{
401 this->Result = error;
402 this->ResultLine = line;
403}
404
405cmVisualStudioSlnParser::DataGroupSet const
406 cmVisualStudioSlnParser::DataGroupProjects(

Callers 7

ProcessMethod · 0.45
FinishedMethod · 0.45
ParseMethod · 0.45
ParseFileMethod · 0.45
ParseBOMMethod · 0.45
ParseMultiValueTagMethod · 0.45
ParseTagMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected