LLVM 22.0.0git
RewriteBuffer.cpp File Reference

Go to the source code of this file.

Functions

static bool isWhitespaceExceptNL (unsigned char c)
 Return true if this character is non-new-line whitespace: ' ', '\t', '\f', '\v', '\r'.

Function Documentation

◆ isWhitespaceExceptNL()

bool isWhitespaceExceptNL ( unsigned char c)
inlinestatic

Return true if this character is non-new-line whitespace: ' ', '\t', '\f', '\v', '\r'.

Definition at line 25 of file RewriteBuffer.cpp.

Referenced by llvm::RewriteBuffer::RemoveText().