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

Method IsAnonymousInitializerType

IDEHelper/Compiler/BfAst.cpp:1246–1249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1244}
1245
1246bool BfTypeDeclaration::IsAnonymousInitializerType()
1247{
1248 return (mAnonymousName != NULL) && (mTypeNode == NULL);
1249}
1250
1251//////////////////////////////////////////////////////////////////////////
1252

Callers 3

EmitCtorBodyMethod · 0.45
VisitMethod · 0.45
CreateObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected