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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h22 #include "WhitespaceManager.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;
338 // correct indentation of comments in \c WhitespaceManager
[all...]
H A DUnwrappedLineFormatter.h26 class WhitespaceManager;
31 WhitespaceManager *Whitespaces,
66 WhitespaceManager *Whitespaces;
H A DWhitespaceManager.cpp1 //===--- WhitespaceManager.cpp - Format C++ code --------------------------===//
10 /// This file implements WhitespaceManager class.
14 #include "WhitespaceManager.h"
20 bool WhitespaceManager::Change::IsBeforeInFile::operator()(
27 WhitespaceManager::Change::Change(const FormatToken &Tok,
46 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines,
59 void WhitespaceManager::addUntouchableToken(const FormatToken &Tok,
71 WhitespaceManager::addReplacement(const tooling::Replacement &Replacement) {
75 void WhitespaceManager::replaceWhitespaceInToken(
90 const tooling::Replacements &WhitespaceManager
[all...]
H A DWhitespaceManager.h1 //===--- WhitespaceManager.h - Format C++ code ------------------*- C++ -*-===//
10 /// 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(const SourceManager &SourceMgr, const FormatStyle &Style, function in class:clang::format::WhitespaceManager
H A DContinuationIndenter.h36 class WhitespaceManager;
57 WhitespaceManager &Whitespaces,
194 WhitespaceManager &Whitespaces;
H A DBreakableToken.cpp256 WhitespaceManager &Whitespaces) const {
285 WhitespaceManager &Whitespaces) const {
570 WhitespaceManager &Whitespaces) const {
624 WhitespaceManager &Whitespaces) const {
645 unsigned LineIndex, WhitespaceManager &Whitespaces) const {
826 unsigned ContentIndent, WhitespaceManager &Whitespaces) const {
860 WhitespaceManager &Whitespaces) const {
909 unsigned LineIndex, WhitespaceManager &Whitespaces) const {
929 // token. This is because WhitespaceManager doesn't align trailing
H A DUnwrappedLineFormatter.cpp11 #include "WhitespaceManager.h"
732 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces,
824 WhitespaceManager *Whitespaces;
833 WhitespaceManager *Whitespaces,
861 WhitespaceManager *Whitespaces, const FormatStyle &Style,
884 WhitespaceManager *Whitespaces,
1167 // Notify the WhitespaceManager about the unchanged whitespace.
H A DContinuationIndenter.cpp17 #include "WhitespaceManager.h"
227 WhitespaceManager &Whitespaces,
/freebsd-13-stable/lib/clang/libclang/
H A DMakefile367 SRCS_EXT+= Format/WhitespaceManager.cpp

Completed in 121 milliseconds