| /freebsd/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 | 276 WhitespaceManager &Whitespaces) const { in insertBreak() 277 Whitespaces.replaceWhitespaceInToken( in insertBreak() 365 unsigned ContentIndent, WhitespaceManager &Whitespaces) const { in insertBreak() 366 Whitespaces.replaceWhitespaceInToken( in insertBreak() 376 WhitespaceManager &Whitespaces) const { in updateAfterBroken() 386 Whitespaces.replaceWhitespaceInToken( in updateAfterBroken() 390 Whitespaces.replaceWhitespaceInToken( in updateAfterBroken() 419 WhitespaceManager &Whitespaces) const { in compressWhitespace() 428 Whitespaces.replaceWhitespaceInToken( in compressWhitespace() 701 WhitespaceManager &Whitespaces) const { in insertBreak() [all …]
|
| H A D | UnwrappedLineFormatter.cpp | 1053 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() argument 1056 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in LineFormatter() 1133 Whitespaces->replaceWhitespace( in formatChildren() 1150 WhitespaceManager *Whitespaces; member in clang::format::__anond596d1440111::LineFormatter 1159 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter() argument 1162 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter() 1187 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter() argument 1189 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter() 1210 WhitespaceManager *Whitespaces, in OptimizingLineFormatter() argument 1213 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter() [all …]
|
| H A D | DefinitionBlockSeparator.cpp | 69 WhitespaceManager Whitespaces( in separateBlocks() local 101 Whitespaces.replaceWhitespace(*TargetToken, NewlineToInsert, in separateBlocks() 255 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 | 246 WhitespaceManager &Whitespaces, in ContinuationIndenter() argument 250 Whitespaces(Whitespaces), Encoding(Encoding), in ContinuationIndenter() 798 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces, in addTokenOnCurrentLine() 1175 Whitespaces.replaceWhitespace(Current, Newlines, State.Column, State.Column, in addTokenOnNewLine() 2273 auto PrefixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral() 2285 auto SuffixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral() 2296 auto Err = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral() 2528 State.Line->InPPDirective, Encoding, Style, Whitespaces.useCRLF()); in createBreakableToken() 2601 Token->adaptStartOfLine(0, Whitespaces); in breakProtrudingToken() 2716 Whitespaces); in breakProtrudingToken() [all …]
|
| H A D | Format.cpp | 2605 WhitespaceManager Whitespaces( in analyze() local 2613 Env.getSourceManager(), Whitespaces, Encoding, in analyze() 2616 UnwrappedLineFormatter(&Indenter, &Whitespaces, Style, in analyze() 2625 for (const auto &R : Whitespaces.generateReplacements()) in analyze()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | IssueHash.cpp | 135 static StringRef Whitespaces = " \t\n"; in NormalizeLine() local 139 StringRef::size_type col = Str.find_first_not_of(Whitespaces); in NormalizeLine()
|
| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 7322 - Whitespaces after $ORIGIN are not part of the origin dname (ldns).
|