Home
last modified time | relevance | path

Searched refs:WhitespaceManager (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.h163 WhitespaceManager &Whitespaces) const = 0;
176 WhitespaceManager &Whitespaces) const = 0;
199 WhitespaceManager &Whitespaces) const {} in reflow()
207 WhitespaceManager &Whitespaces) const {} in adaptStartOfLine()
223 WhitespaceManager &Whitespaces) const { in replaceWhitespaceAfterLastLine()
261 WhitespaceManager &Whitespaces) const override;
263 WhitespaceManager &Whitespaces) const override {} in compressWhitespace()
303 WhitespaceManager &Whitespaces) const override;
376 WhitespaceManager &Whitespaces) const override;
380 WhitespaceManager &Whitespaces) const override;
[all …]
H A DWhitespaceManager.cpp20 bool WhitespaceManager::Change::IsBeforeInFile::operator()( in operator ()()
27 WhitespaceManager::Change::Change(const FormatToken &Tok, in Change()
46 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines, in replaceWhitespace()
59 void WhitespaceManager::addUntouchableToken(const FormatToken &Tok, in addUntouchableToken()
71 WhitespaceManager::addReplacement(const tooling::Replacement &Replacement) { in addReplacement()
75 void WhitespaceManager::replaceWhitespaceInToken( in replaceWhitespaceInToken()
90 const tooling::Replacements &WhitespaceManager::generateReplacements() { in generateReplacements()
108 void WhitespaceManager::calculateLineBreakInformation() { in calculateLineBreakInformation()
211 const WhitespaceManager::Change *LastBlockComment = nullptr; in calculateLineBreakInformation()
266 SmallVector<WhitespaceManager::Change, 16> &Changes) { in AlignTokenSequence()
[all …]
H A DUnwrappedLineFormatter.h26 class WhitespaceManager; variable
31 WhitespaceManager *Whitespaces, in UnwrappedLineFormatter()
66 WhitespaceManager *Whitespaces;
H A DContinuationIndenter.h36 class WhitespaceManager; variable
57 WhitespaceManager &Whitespaces,
194 WhitespaceManager &Whitespaces;
H A DWhitespaceManager.h38 class WhitespaceManager {
40 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager() function
H A DBreakableToken.cpp289 WhitespaceManager &Whitespaces) const { in insertBreak()
318 WhitespaceManager &Whitespaces) const { in compressWhitespace()
603 WhitespaceManager &Whitespaces) const { in insertBreak()
657 WhitespaceManager &Whitespaces) const { in reflow()
678 unsigned LineIndex, WhitespaceManager &Whitespaces) const { in adaptStartOfLine()
890 unsigned ContentIndent, WhitespaceManager &Whitespaces) const { in insertBreak()
918 WhitespaceManager &Whitespaces) const { in reflow()
967 unsigned LineIndex, WhitespaceManager &Whitespaces) const { in adaptStartOfLine()
H A DCMakeLists.txt18 WhitespaceManager.cpp
H A DUnwrappedLineFormatter.cpp779 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter()
871 WhitespaceManager *Whitespaces;
880 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter()
908 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter()
931 WhitespaceManager *Whitespaces, in OptimizingLineFormatter()
H A DContinuationIndenter.cpp227 WhitespaceManager &Whitespaces, in ContinuationIndenter()
H A DFormat.cpp1639 WhitespaceManager Whitespaces( in analyze()
/netbsd-src/external/apache2/llvm/lib/libclangFormat/
H A DMakefile23 WhitespaceManager.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Format/
H A DBUILD.gn26 "WhitespaceManager.cpp",