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

Method IssueError

Source/cmListFileCache.cxx:101–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void cmListFileParser::IssueError(std::string const& text) const
102{
103 cmListFileContext lfc;
104 lfc.FilePath = this->FileName;
105 lfc.Line = cmListFileLexer_GetCurrentLine(this->Lexer.get());
106 cmListFileBacktrace lfbt = this->Backtrace;
107 lfbt = lfbt.Push(lfc);
108 this->Messenger->IssueMessage(MessageType::FATAL_ERROR, text, lfbt);
109 cmSystemTools::SetFatalErrorOccurred();
110}
111
112bool cmListFileParser::ParseFile(char const* filename)
113{

Callers 2

ParseMethod · 0.95
ParseFunctionMethod · 0.95

Calls 4

PushMethod · 0.80
getMethod · 0.45
IssueMessageMethod · 0.45

Tested by

no test coverage detected