clang API Documentation

Classes | Namespaces
WhitespaceManager.h File Reference

WhitespaceManager class manages whitespace around tokens and their replacements. More...

#include "TokenAnnotator.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Format/Format.h"
#include <string>
Include dependency graph for WhitespaceManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::format::WhitespaceManager
 Manages the whitespaces around tokens and their replacements. More...
struct  clang::format::WhitespaceManager::Change
 Represents a change before a token, a break inside a token, or the layout of an unchanged token (or whitespace within).
class  clang::format::WhitespaceManager::Change::IsBeforeInFile
 Functor to sort changes in original source order. More...

Namespaces

namespace  clang
namespace  clang::format

Detailed Description

WhitespaceManager class manages whitespace around tokens and their replacements.

Definition in file WhitespaceManager.h.