|
clang
5.0.0
|
#include "clang/Rewrite/Core/Rewriter.h"#include "clang/Basic/Diagnostic.h"#include "clang/Basic/DiagnosticIDs.h"#include "clang/Basic/SourceManager.h"#include "clang/Lex/Lexer.h"#include "llvm/ADT/SmallString.h"#include "llvm/Support/FileSystem.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'. More... | |
Return true if this character is non-new-line whitespace: ' ', '\t', '\f', '\v', '\r'.
Definition at line 36 of file Rewriter.cpp.
Referenced by clang::Rewriter::IncreaseIndentation(), clang::Rewriter::InsertText(), and clang::RewriteBuffer::RemoveText().
1.8.6