MCPcopy Create free account
hub / github.com/ZDoom/Raze / Close

Method Close

source/common/scripting/frontend/ast.cpp:100–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 NeedSpace = (label != NULL);
99 }
100 void Close()
101 {
102 assert(NestDepth != 0);
103 Str << ')';
104 Column++;
105 NestDepth--;
106 NeedSpace = true;
107 }
108 void Break()
109 {
110 // Don't break if not needed.

Callers 15

PrintNodesFunction · 0.45
PrintIdentifierFunction · 0.45
PrintClassFunction · 0.45
PrintStructFunction · 0.45
PrintPropertyFunction · 0.45
PrintFlagDefFunction · 0.45
PrintStaticArrayStateFunction · 0.45
PrintEnumFunction · 0.45
PrintEnumTerminatorFunction · 0.45
PrintStatesFunction · 0.45
PrintStatePartFunction · 0.45
PrintStateLabelFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected