| 199 | |
| 200 | [[nodiscard]] inline bool isPureComment() const { return bContainsPureComment; } |
| 201 | inline void setPureComment(const bool bPureComment) { bContainsPureComment = bPureComment; } |
| 202 | |
| 203 | [[nodiscard]] inline bool isSkipable() const { return bSkipable; } |
| 204 | inline void setSkipable(const bool inSkipable) { bSkipable = inSkipable; } |