|
clang 22.0.0git
|
#include "clang/Rewrite/Core/Rewriter.h"#include "clang/Basic/Diagnostic.h"#include "clang/Basic/DiagnosticIDs.h"#include "clang/Basic/SourceLocation.h"#include "clang/Basic/SourceManager.h"#include "clang/Lex/Lexer.h"#include "llvm/ADT/RewriteBuffer.h"#include "llvm/ADT/RewriteRope.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/Error.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <iterator>#include <map>#include <utility>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'. | |
Return true if this character is non-new-line whitespace: ' ', '\t', '\f', '\v', '\r'.
Definition at line 40 of file Rewriter.cpp.
References c.
Referenced by clang::Rewriter::IncreaseIndentation(), and clang::Rewriter::InsertText().