Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DBreakableToken.h163 WhitespaceManager &Whitespaces) const = 0;
176 WhitespaceManager &Whitespaces) const = 0;
199 WhitespaceManager &Whitespaces) const {} in reflow() argument
207 WhitespaceManager &Whitespaces) const {} in adaptStartOfLine() argument
223 WhitespaceManager &Whitespaces) const { in replaceWhitespaceAfterLastLine() argument
225 /*ContentIndent=*/0, Whitespaces); in replaceWhitespaceAfterLastLine()
261 WhitespaceManager &Whitespaces) const override;
263 WhitespaceManager &Whitespaces) const override {} in compressWhitespace() argument
303 WhitespaceManager &Whitespaces) const override;
376 WhitespaceManager &Whitespaces) const override;
[all …]
H A DUnwrappedLineFormatter.h31 WhitespaceManager *Whitespaces, in UnwrappedLineFormatter() argument
36 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in UnwrappedLineFormatter()
66 WhitespaceManager *Whitespaces; variable
H A DBreakableToken.cpp289 WhitespaceManager &Whitespaces) const { in insertBreak()
290 Whitespaces.replaceWhitespaceInToken( in insertBreak()
318 WhitespaceManager &Whitespaces) const { in compressWhitespace()
327 Whitespaces.replaceWhitespaceInToken( in compressWhitespace()
603 WhitespaceManager &Whitespaces) const { in insertBreak()
625 Whitespaces.replaceWhitespaceInToken( in insertBreak()
657 WhitespaceManager &Whitespaces) const { in reflow()
670 Whitespaces.replaceWhitespaceInToken( in reflow()
678 unsigned LineIndex, WhitespaceManager &Whitespaces) const { in adaptStartOfLine()
688 Whitespaces); in adaptStartOfLine()
[all …]
H A DUnwrappedLineFormatter.cpp779 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() argument
782 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in LineFormatter()
856 Whitespaces->replaceWhitespace( in formatChildren()
871 WhitespaceManager *Whitespaces; member in clang::format::__anon25f930cf0111::LineFormatter
880 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter() argument
883 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoColumnLimitLineFormatter()
908 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter() argument
910 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in NoLineBreakFormatter()
931 WhitespaceManager *Whitespaces, in OptimizingLineFormatter() argument
934 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in OptimizingLineFormatter()
[all …]
H A DContinuationIndenter.cpp227 WhitespaceManager &Whitespaces, in ContinuationIndenter() argument
231 Whitespaces(Whitespaces), Encoding(Encoding), in ContinuationIndenter()
601 Whitespaces.replaceWhitespace(Current, /*Newlines=*/0, Spaces, in addTokenOnCurrentLine()
888 Whitespaces.replaceWhitespace(Current, Newlines, State.Column, State.Column, in addTokenOnNewLine()
1744 auto PrefixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
1756 auto SuffixErr = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
1767 auto Err = Whitespaces.addReplacement(tooling::Replacement( in reformatRawStringLiteral()
1968 State.Line->InPPDirective, Encoding, Style, Whitespaces.useCRLF()); in createBreakableToken()
2032 Token->adaptStartOfLine(0, Whitespaces); in breakProtrudingToken()
2146 Whitespaces); in breakProtrudingToken()
[all …]
H A DContinuationIndenter.h57 WhitespaceManager &Whitespaces,
194 WhitespaceManager &Whitespaces; variable
H A DFormat.cpp1639 WhitespaceManager Whitespaces( in analyze() local
1647 Env.getSourceManager(), Whitespaces, Encoding, in analyze()
1650 UnwrappedLineFormatter(&Indenter, &Whitespaces, Style, in analyze()
1659 for (const auto &R : Whitespaces.generateReplacements()) in analyze()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DIssueHash.cpp138 static StringRef Whitespaces = " \t\n"; in NormalizeLine() local
142 StringRef::size_type col = Str.find_first_not_of(Whitespaces); in NormalizeLine()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20203544 * include/std/tuple (_Tuple_impl): Whitespaces changes for
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog6059 - Whitespaces after $ORIGIN are not part of the origin dname (ldns).