Home
last modified time | relevance | path

Searched refs:Whitespaces (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h163 WhitespaceManager &Whitespaces) const = 0;
199 WhitespaceManager &Whitespaces) const {} in reflow() argument
207 WhitespaceManager &Whitespaces) const {} in adaptStartOfLine() argument
225 /*ContentIndent=*/0, Whitespaces); in replaceWhitespaceAfterLastLine()
266 WhitespaceManager &Whitespaces) const override;
313 WhitespaceManager &Whitespaces) const override;
420 WhitespaceManager &Whitespaces) const override;
424 WhitespaceManager &Whitespaces) const override;
427 WhitespaceManager &Whitespaces) const override;
492 WhitespaceManager &Whitespaces) const override;
[all …]
H A DUnwrappedLineFormatter.h31 WhitespaceManager *Whitespaces, in UnwrappedLineFormatter() argument
36 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in UnwrappedLineFormatter()
67 WhitespaceManager *Whitespaces; variable
H A DBreakableToken.cpp290 Whitespaces.replaceWhitespaceInToken( in insertBreak()
379 Whitespaces.replaceWhitespaceInToken( in insertBreak()
399 Whitespaces.replaceWhitespaceInToken( in updateAfterBroken()
403 Whitespaces.replaceWhitespaceInToken( in updateAfterBroken()
441 Whitespaces.replaceWhitespaceInToken( in compressWhitespace()
736 Whitespaces.replaceWhitespaceInToken( in insertBreak()
782 Whitespaces.replaceWhitespaceInToken( in reflow()
800 Whitespaces); in adaptStartOfLine()
832 Whitespaces.replaceWhitespaceInToken( in adaptStartOfLine()
1035 Whitespaces.replaceWhitespaceInToken( in insertBreak()
[all …]
H A DUnwrappedLineFormatter.cpp989 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in LineFormatter()
1066 Whitespaces->replaceWhitespace( in formatChildren()
1083 WhitespaceManager *Whitespaces; member in clang::format::__anon1029540c0111::LineFormatter
1092 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter() argument
1095 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
1122 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
1143 WhitespaceManager *Whitespaces, in OptimizingLineFormatter() argument
1146 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()
1395 NoColumnLimitLineFormatter(Indenter, Whitespaces, Style, this) in format()
1433 Whitespaces->addUntouchableToken(*TheLine.First, in format()
[all …]
H A DDefinitionBlockSeparator.cpp70 WhitespaceManager Whitespaces( in separateBlocks() local
102 Whitespaces.replaceWhitespace(*TargetToken, NewlineToInsert, in separateBlocks()
252 for (const auto &R : Whitespaces.generateReplacements()) { in separateBlocks()
H A DContinuationIndenter.h58 WhitespaceManager &Whitespaces,
195 WhitespaceManager &Whitespaces; variable
H A DContinuationIndenter.cpp238 WhitespaceManager &Whitespaces, in ContinuationIndenter() argument
242 Whitespaces(Whitespaces), Encoding(Encoding), in ContinuationIndenter()
748 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces, in addTokenOnCurrentLine()
2129 auto Err = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
2434 Token->adaptStartOfLine(0, Whitespaces); in breakProtrudingToken()
2549 Whitespaces); in breakProtrudingToken()
2596 Whitespaces); in breakProtrudingToken()
2696 Token->adaptStartOfLine(NextLineIndex, Whitespaces); in breakProtrudingToken()
2716 Token->reflow(NextLineIndex, Whitespaces); in breakProtrudingToken()
2733 Whitespaces); in breakProtrudingToken()
[all …]
H A DFormat.cpp2403 WhitespaceManager Whitespaces( in analyze() local
2411 Env.getSourceManager(), Whitespaces, Encoding, in analyze()
2414 UnwrappedLineFormatter(&Indenter, &Whitespaces, Style, in analyze()
2423 for (const auto &R : Whitespaces.generateReplacements()) in analyze()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp139 static StringRef Whitespaces = " \t\n"; in NormalizeLine() local
143 StringRef::size_type col = Str.find_first_not_of(Whitespaces); in NormalizeLine()
/freebsd/contrib/unbound/doc/
H A DChangelog6376 - Whitespaces after $ORIGIN are not part of the origin dname (ldns).