MCPcopy Create free account
hub / github.com/beefytech/Beef / AddErrorNode

Method AddErrorNode

IDEHelper/Compiler/BfParser.cpp:742–748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742void BfParser::AddErrorNode(int startIdx, int endIdx)
743{
744 auto identifierNode = mAlloc->Alloc<BfIdentifierNode>();
745 identifierNode->Init(mTriviaStart, startIdx, endIdx);
746 //identifierNode->mSource = this;
747 BfSource::AddErrorNode(identifierNode);
748}
749
750BfCommentKind BfParser::GetCommentKind(int startIdx)
751{

Callers

nothing calls this directly

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected