Searched defs:WhitespaceManager (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Format/
H A DWhitespaceManager.h1 //===--- WhitespaceManager.h - Format C++ code ------------------*- C++ -*-===//
11 /// \brief WhitespaceManager class manages whitespace around tokens and their
32 /// To guarantee correctness of alignment operations, the \c WhitespaceManager
38 class WhitespaceManager { class in namespace:clang::format
40 WhitespaceManager(SourceManager &SourceMgr, const FormatStyle &Style, function in class:clang::format::WhitespaceManager
44 /// \brief Prepares the \c WhitespaceManager for another run.

Completed in 99 milliseconds