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

Method IsModifiedTypeType

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

Source from the content-addressed store, hash-verified

627 virtual bool IsOnDemand() { return false; }
628 virtual bool IsTemporary() { return false; }
629 virtual bool IsModifiedTypeType() { return false; }
630 virtual bool IsParamsType() { return false; }
631 virtual bool IsConcreteInterfaceType() { return false; }
632 virtual bool IsTypeAlias() { return false; }

Callers 12

GetDefaultValueMethod · 0.45
PopulateTypeMethod · 0.45
CastToValueMethod · 0.45
DoTypeToStringMethod · 0.45
AddToRebuildTypeListMethod · 0.45
CreateTypeDeclarationMethod · 0.45
MangleMethod · 0.45
LoadLocalMethod · 0.45
ResolveArgValuesMethod · 0.45
DoHashMethod · 0.45
EqualsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected