|
clang
5.0.0
|
This file implements WhitespaceManager class. More...
Go to the source code of this file.
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::format | |
Functions | |
| template<typename F > | |
| static void | clang::format::AlignTokenSequence (unsigned Start, unsigned End, unsigned Column, F &&Matches, SmallVector< WhitespaceManager::Change, 16 > &Changes) |
| template<typename F > | |
| static unsigned | clang::format::AlignTokens (const FormatStyle &Style, F &&Matches, SmallVector< WhitespaceManager::Change, 16 > &Changes, unsigned StartAt) |
This file implements WhitespaceManager class.
Definition in file WhitespaceManager.cpp.
1.8.6