clang
6.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... | |
|
inlinestatic |
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(), and clang::Rewriter::InsertText().