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

Method IsUnnamedTupleField

IDEHelper/Compiler/BfSystem.h:666–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664 }
665
666 bool IsUnnamedTupleField()
667 {
668 return (mName[0] >= '0') && (mName[0] <= '9');
669 }
670
671 bool IsEnumCaseEntry();
672

Callers 8

TryCaseTupleMatchMethod · 0.80
TryCaseEnumMatchMethod · 0.80
SantizeTupleTypeMethod · 0.80
CastToValueMethod · 0.80
CastMethod · 0.80
VisitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected