| 198 | [[nodiscard]] inline bool whiteLine() const { return mFirstNonWhiteChar == 0; } |
| 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; } |
no outgoing calls