|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/lib/Format/ContinuationIndenter.h 36 class WhitespaceManager;
tools/clang/lib/Format/UnwrappedLineFormatter.h 26 class WhitespaceManager;
References
tools/clang/lib/Format/BreakableToken.cpp 256 WhitespaceManager &Whitespaces) const {
285 WhitespaceManager &Whitespaces) const {
570 WhitespaceManager &Whitespaces) const {
626 WhitespaceManager &Whitespaces) const {
647 unsigned LineIndex, WhitespaceManager &Whitespaces) const {
828 unsigned ContentIndent, WhitespaceManager &Whitespaces) const {
862 WhitespaceManager &Whitespaces) const {
910 unsigned LineIndex, WhitespaceManager &Whitespaces) const {
tools/clang/lib/Format/BreakableToken.h 163 WhitespaceManager &Whitespaces) const = 0;
176 WhitespaceManager &Whitespaces) const = 0;
199 WhitespaceManager &Whitespaces) const {}
207 WhitespaceManager &Whitespaces) const {}
223 WhitespaceManager &Whitespaces) const {
261 WhitespaceManager &Whitespaces) const override;
263 WhitespaceManager &Whitespaces) const override {}
303 WhitespaceManager &Whitespaces) const override;
376 WhitespaceManager &Whitespaces) const override;
380 WhitespaceManager &Whitespaces) const override;
383 WhitespaceManager &Whitespaces) const override;
449 WhitespaceManager &Whitespaces) const override;
453 WhitespaceManager &Whitespaces) const override;
455 WhitespaceManager &Whitespaces) const override;
tools/clang/lib/Format/ContinuationIndenter.cpp 227 WhitespaceManager &Whitespaces,
tools/clang/lib/Format/ContinuationIndenter.h 57 WhitespaceManager &Whitespaces,
194 WhitespaceManager &Whitespaces;
tools/clang/lib/Format/Format.cpp 1349 WhitespaceManager Whitespaces(
tools/clang/lib/Format/UnwrappedLineFormatter.cpp 728 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces,
819 WhitespaceManager *Whitespaces;
828 WhitespaceManager *Whitespaces,
856 WhitespaceManager *Whitespaces, const FormatStyle &Style,
879 WhitespaceManager *Whitespaces,
tools/clang/lib/Format/UnwrappedLineFormatter.h 31 WhitespaceManager *Whitespaces,
66 WhitespaceManager *Whitespaces;
tools/clang/lib/Format/WhitespaceManager.cpp 207 const WhitespaceManager::Change *LastBlockComment = nullptr;
235 SmallVector<WhitespaceManager::Change, 16> &Changes) {
330 SmallVector<WhitespaceManager::Change, 16> &Changes,
442 std::function<bool(const WhitespaceManager::Change &C)> AlignMacrosMatches,
443 SmallVector<WhitespaceManager::Change, 16> &Changes) {