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

Method IsDeleting

IDEHelper/Compiler/BfResolvedTypeUtils.h:544–544  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542 virtual bool IsFinishingType() { return false; }
543 virtual bool IsIncomplete() { return mDefineState < BfTypeDefineState_Defined; }
544 virtual bool IsDeleting() { return ((mRebuildFlags & (BfTypeRebuildFlag_Deleted | BfTypeRebuildFlag_DeleteQueued)) != 0); }
545 virtual bool IsDeclared() { return mDefineState >= BfTypeDefineState_Declared; }
546
547 virtual BfDependedType* ToDependedType() { return NULL; }

Callers 15

TryCaseEnumMatchMethod · 0.80
StartNewRevisionMethod · 0.80
EmitGCMarkValueMethod · 0.80
ProcessMethodMethod · 0.80
DoMethodDeclarationMethod · 0.80
ProcessWorkListMethod · 0.80
RebuildTypeMethod · 0.80
DeleteTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected