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

Method ToParser

IDEHelper/Compiler/BfParser.cpp:75–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75BfParser* BfParserData::ToParser()
76{
77 if (mUniqueParser != NULL)
78 {
79 BF_ASSERT(mUniqueParser->mOrigSrcLength >= 0);
80 BF_ASSERT((mUniqueParser->mCursorIdx >= -1) || (mUniqueParser->mCursorIdx <= mUniqueParser->mOrigSrcLength));
81 }
82 return mUniqueParser;
83}
84
85//////////////////////////////////////////////////////////////////////////
86

Callers 15

ReadTypedValueMethod · 0.45
GetCursorIdxMethod · 0.45
IsAutocompleteNodeMethod · 0.45
InitAutocompleteMethod · 0.45
GetFilterMethod · 0.45
CheckMemberReferenceMethod · 0.45
CheckInvocationMethod · 0.45
CheckMethodMethod · 0.45
CheckPropertyMethod · 0.45
CheckLabelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected