LLVM 20.0.0git
Functions
RewriteBuffer.cpp File Reference
#include "llvm/ADT/RewriteBuffer.h"
#include "llvm/Support/raw_ostream.h"

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()

static 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().