| 4821 | } |
| 4822 | |
| 4823 | void EndSwitch() |
| 4824 | { |
| 4825 | assert(cycleDepth.size() != 0); |
| 4826 | cycleDepth.back()--; |
| 4827 | |
| 4828 | EndBlock(); |
| 4829 | } |
| 4830 | |
| 4831 | // Begin type definition |
| 4832 | TypeInfo* TypeBegin(const char* pos, const char* end, bool addNamespace) |
no test coverage detected