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

Method IsEnumCaseEntry

IDEHelper/Compiler/BfSystem.cpp:430–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428//////////////////////////////////////////////////////////////////////////
429
430bool BfFieldDef::IsEnumCaseEntry()
431{
432 return ((mFieldDeclaration != NULL) && (BfNodeIsA<BfEnumEntryDeclaration>(mFieldDeclaration))) ||
433 ((mFieldDeclaration == NULL) && (mIsConst) && (mDeclaringType->mTypeCode == BfTypeCode_Enum));
434}
435
436bool BfPropertyDef::IsVirtual()
437{

Callers 10

HandleCaseBindMethod · 0.80
VisitMethod · 0.80
ResolveConstFieldMethod · 0.80
CreateFieldDataMethod · 0.80
AddFieldMethod · 0.80
DoPopulateTypeMethod · 0.80
CreateVDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected