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

Method GetParser

IDEHelper/Compiler/BfAst.cpp:1011–1017  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009}
1010
1011BfParser* BfAstNode::GetParser()
1012{
1013 BfSourceData* sourceData = GetSourceData();
1014 if (sourceData == NULL)
1015 return NULL;
1016 return sourceData->ToParser();
1017}
1018
1019bool BfAstNode::IsEmitted()
1020{

Callers 15

TryCaseTupleMatchMethod · 0.80
TryCaseEnumMatchMethod · 0.80
VisitMethod · 0.80
GetLocalMethodDefMethod · 0.80
CEEmitParseMethod · 0.80
ResolveTypeRef_RefMethod · 0.80
GetSourceClassifierMethod · 0.80
InitAnonymousTypeMethod · 0.80
WantsNodeMethod · 0.80

Calls 1

ToParserMethod · 0.45

Tested by

no test coverage detected