Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Format/
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 …]
DWhitespaceManager.cpp22 bool WhitespaceManager::Change::IsBeforeInFile::operator()( in operator ()()
29 WhitespaceManager::Change::Change(const FormatToken &Tok, in Change()
48 void WhitespaceManager::replaceWhitespace(FormatToken &Tok, unsigned Newlines, in replaceWhitespace()
61 void WhitespaceManager::addUntouchableToken(const FormatToken &Tok, in addUntouchableToken()
73 WhitespaceManager::addReplacement(const tooling::Replacement &Replacement) { in addReplacement()
77 bool WhitespaceManager::inputUsesCRLF(StringRef Text, bool DefaultToCRLF) { in inputUsesCRLF()
83 void WhitespaceManager::replaceWhitespaceInToken( in replaceWhitespaceInToken()
98 const tooling::Replacements &WhitespaceManager::generateReplacements() { in generateReplacements()
117 void WhitespaceManager::calculateLineBreakInformation() { in calculateLineBreakInformation()
221 const WhitespaceManager::Change *LastBlockComment = nullptr; in calculateLineBreakInformation()
[all …]
DUnwrappedLineFormatter.h26 class WhitespaceManager; variable
31 WhitespaceManager *Whitespaces, in UnwrappedLineFormatter()
67 WhitespaceManager *Whitespaces;
DContinuationIndenter.h37 class WhitespaceManager; variable
58 WhitespaceManager &Whitespaces,
195 WhitespaceManager &Whitespaces;
DBreakableToken.cpp289 WhitespaceManager &Whitespaces) const { in insertBreak()
318 WhitespaceManager &Whitespaces) const { in compressWhitespace()
602 WhitespaceManager &Whitespaces) const { in insertBreak()
657 WhitespaceManager &Whitespaces) const { in reflow()
678 unsigned LineIndex, WhitespaceManager &Whitespaces) const { in adaptStartOfLine()
916 unsigned ContentIndent, WhitespaceManager &Whitespaces) const { in insertBreak()
944 WhitespaceManager &Whitespaces) const { in reflow()
993 unsigned LineIndex, WhitespaceManager &Whitespaces) const { in adaptStartOfLine()
DCMakeLists.txt22 WhitespaceManager.cpp
DWhitespaceManager.h40 class WhitespaceManager {
42 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager() function
DDefinitionBlockSeparator.cpp70 WhitespaceManager Whitespaces( in separateBlocks()
73 ? WhitespaceManager::inputUsesCRLF( in separateBlocks()
DUnwrappedLineFormatter.cpp941 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter()
1047 WhitespaceManager *Whitespaces;
1056 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter()
1084 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter()
1107 WhitespaceManager *Whitespaces, in OptimizingLineFormatter()
DFormat.cpp2231 WhitespaceManager Whitespaces( in analyze()
2234 ? WhitespaceManager::inputUsesCRLF( in analyze()
DContinuationIndenter.cpp229 WhitespaceManager &Whitespaces, in ContinuationIndenter()
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Format/
DBUILD.gn30 "WhitespaceManager.cpp",
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt475 clang/lib/Format/WhitespaceManager.cpp
476 clang/lib/Format/WhitespaceManager.h