clang API Documentation

Functions
Rewriter.cpp File Reference
#include "clang/Rewrite/Core/Rewriter.h"
#include "clang/Basic/Diagnostic.h"
#include "clang/Basic/DiagnosticIDs.h"
#include "clang/Basic/FileManager.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Lex/Lexer.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for Rewriter.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

static bool isWhitespace ( unsigned char  c) [inline, static]

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

Definition at line 38 of file Rewriter.cpp.