clang
3.7.0
|
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>
Go to the source code of this file.
Classes | |
class | clang::format::WhitespaceManager |
Manages the whitespaces around tokens and their replacements. More... | |
class | clang::format::WhitespaceManager::Change::IsBeforeInFile |
Functor to sort changes in original source order. More... | |
Namespaces | |
clang | |
clang::format | |
WhitespaceManager class manages whitespace around tokens and their replacements.
Definition in file WhitespaceManager.h.