MCPcopy Create free account
hub / github.com/WheretIB/nullc / ConvertTypeToReference

Function ConvertTypeToReference

NULLC/Callbacks.cpp:1228–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1226}
1227
1228void ConvertTypeToReference(const char* pos)
1229{
1230 CodeInfo::lastKnownStartPos = pos;
1231 if(!currType)
1232 currType = typeObject;
1233 else
1234 currType = CodeInfo::GetReferenceType(currType);
1235}
1236
1237void ConvertTypeToArray(const char* pos)
1238{

Callers 1

ParseTypePostExpressionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected