| 401 | const AddSpaceAtTheEnd addSpaceAtTheEnd = AddSpaceAtTheEnd::No); |
| 402 | |
| 403 | void UpdateCurrentPos(std::optional<size_t>& pos) { pos = mOutputFormatHelper.CurrentPos(); } |
| 404 | |
| 405 | static std::string_view GetBuiltinTypeSuffix(const BuiltinType::Kind& kind); |
| 406 |
nothing calls this directly
no test coverage detected