Searched refs:WhitespaceManager (Results 1 – 13 of 13) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/Format/ |
| D | BreakableToken.h | 163 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 …]
|
| D | WhitespaceManager.cpp | 22 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 …]
|
| D | UnwrappedLineFormatter.h | 26 class WhitespaceManager; variable 31 WhitespaceManager *Whitespaces, in UnwrappedLineFormatter() 67 WhitespaceManager *Whitespaces;
|
| D | ContinuationIndenter.h | 37 class WhitespaceManager; variable 58 WhitespaceManager &Whitespaces, 195 WhitespaceManager &Whitespaces;
|
| D | BreakableToken.cpp | 289 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()
|
| D | CMakeLists.txt | 22 WhitespaceManager.cpp
|
| D | WhitespaceManager.h | 40 class WhitespaceManager { 42 WhitespaceManager(const SourceManager &SourceMgr, const FormatStyle &Style, in WhitespaceManager() function
|
| D | DefinitionBlockSeparator.cpp | 70 WhitespaceManager Whitespaces( in separateBlocks() 73 ? WhitespaceManager::inputUsesCRLF( in separateBlocks()
|
| D | UnwrappedLineFormatter.cpp | 941 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()
|
| D | Format.cpp | 2231 WhitespaceManager Whitespaces( in analyze() 2234 ? WhitespaceManager::inputUsesCRLF( in analyze()
|
| D | ContinuationIndenter.cpp | 229 WhitespaceManager &Whitespaces, in ContinuationIndenter()
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/clang/lib/Format/ |
| D | BUILD.gn | 30 "WhitespaceManager.cpp",
|
| /openbsd/src/gnu/llvm/clang/docs/tools/ |
| D | clang-formatted-files.txt | 475 clang/lib/Format/WhitespaceManager.cpp 476 clang/lib/Format/WhitespaceManager.h
|