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

Method GetSourceClassifier

IDEHelper/Compiler/BfResolvePass.cpp:199–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199BfSourceClassifier* BfResolvePassData::GetSourceClassifier(BfAstNode* astNode)
200{
201 if (!mIsClassifying)
202 return NULL;
203 if (astNode == NULL)
204 return NULL;
205 auto parser = astNode->GetParser();
206 if (parser == NULL)
207 return NULL;
208 return parser->mSourceClassifier;
209}
210
211BfSourceClassifier* BfResolvePassData::GetSourceClassifier(BfParser* parser)
212{

Callers 15

SetElementTypeMethod · 0.80
SetHighestElementTypeMethod · 0.80
GetCustomAttributesMethod · 0.80
CreateStaticCtorMethod · 0.80
EmitDtorBodyMethod · 0.80
EmitCtorBodyMethod · 0.80
ProcessMethodMethod · 0.80
HandleChangedTypeDefMethod · 0.80
DoPopulateTypeMethod · 0.80

Calls 1

GetParserMethod · 0.80

Tested by

no test coverage detected