| /src/contrib/llvm-project/clang/lib/Format/ |
| H A D | BreakableToken.h | 160 WhitespaceManager &Whitespaces) const = 0; 173 WhitespaceManager &Whitespaces) const = 0; 196 WhitespaceManager &Whitespaces) const {} in reflow() argument 204 WhitespaceManager &Whitespaces) const {} in adaptStartOfLine() argument 220 WhitespaceManager &Whitespaces) const { in replaceWhitespaceAfterLastLine() argument 222 /*ContentIndent=*/0, Whitespaces); in replaceWhitespaceAfterLastLine() 233 virtual void updateAfterBroken(WhitespaceManager &Whitespaces) const {} in updateAfterBroken() argument 263 WhitespaceManager &Whitespaces) const override; 265 WhitespaceManager &Whitespaces) const override {} in compressWhitespace() argument 310 WhitespaceManager &Whitespaces) const override; [all …]
|
| H A D | UnwrappedLineFormatter.h | 29 WhitespaceManager *Whitespaces, in UnwrappedLineFormatter() argument 34 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in UnwrappedLineFormatter() 65 WhitespaceManager *Whitespaces; variable
|
| H A D | BreakableToken.cpp | 289 WhitespaceManager &Whitespaces) const { in insertBreak() 290 Whitespaces.replaceWhitespaceInToken( in insertBreak() 378 unsigned ContentIndent, WhitespaceManager &Whitespaces) const { in insertBreak() 379 Whitespaces.replaceWhitespaceInToken( in insertBreak() 389 WhitespaceManager &Whitespaces) const { in updateAfterBroken() 399 Whitespaces.replaceWhitespaceInToken( in updateAfterBroken() 403 Whitespaces.replaceWhitespaceInToken( in updateAfterBroken() 432 WhitespaceManager &Whitespaces) const { in compressWhitespace() 441 Whitespaces.replaceWhitespaceInToken( in compressWhitespace() 714 WhitespaceManager &Whitespaces) const { in insertBreak() [all …]
|
| H A D | UnwrappedLineFormatter.cpp | 995 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() argument 998 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in LineFormatter() 1075 Whitespaces->replaceWhitespace( in formatChildren() 1092 WhitespaceManager *Whitespaces; member in clang::format::__anon7cef30990111::LineFormatter 1101 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter() argument 1104 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter() 1129 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter() argument 1131 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter() 1152 WhitespaceManager *Whitespaces, in OptimizingLineFormatter() argument 1155 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter() [all …]
|
| H A D | DefinitionBlockSeparator.cpp | 70 WhitespaceManager Whitespaces( in separateBlocks() local 102 Whitespaces.replaceWhitespace(*TargetToken, NewlineToInsert, in separateBlocks() 252 for (const auto &R : Whitespaces.generateReplacements()) { in separateBlocks()
|
| H A D | ContinuationIndenter.h | 53 WhitespaceManager &Whitespaces, 190 WhitespaceManager &Whitespaces; variable
|
| H A D | ContinuationIndenter.cpp | 238 WhitespaceManager &Whitespaces, in ContinuationIndenter() argument 242 Whitespaces(Whitespaces), Encoding(Encoding), in ContinuationIndenter() 758 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces, in addTokenOnCurrentLine() 1080 Whitespaces.replaceWhitespace(Current, Newlines, State.Column, State.Column, in addTokenOnNewLine() 2155 auto PrefixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral() 2167 auto SuffixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral() 2178 auto Err = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral() 2410 State.Line->InPPDirective, Encoding, Style, Whitespaces.useCRLF()); in createBreakableToken() 2483 Token->adaptStartOfLine(0, Whitespaces); in breakProtrudingToken() 2598 Whitespaces); in breakProtrudingToken() [all …]
|
| H A D | Format.cpp | 2436 WhitespaceManager Whitespaces( in analyze() local 2444 Env.getSourceManager(), Whitespaces, Encoding, in analyze() 2447 UnwrappedLineFormatter(&Indenter, &Whitespaces, Style, in analyze() 2456 for (const auto &R : Whitespaces.generateReplacements()) in analyze()
|
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | IssueHash.cpp | 139 static StringRef Whitespaces = " \t\n"; in NormalizeLine() local 143 StringRef::size_type col = Str.find_first_not_of(Whitespaces); in NormalizeLine()
|
| /src/contrib/unbound/doc/ |
| H A D | Changelog | 7322 - Whitespaces after $ORIGIN are not part of the origin dname (ldns).
|