/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | BreakableToken.h | 157 /// Emits the previously retrieved \p Split via \p Whitespaces. 160 WhitespaceManager &Whitespaces) const = 0; 173 WhitespaceManager &Whitespaces) const = 0; 196 WhitespaceManager &Whitespaces) const {} 204 WhitespaceManager &Whitespaces) const {} 220 WhitespaceManager &Whitespaces) const { 222 /*ContentIndent=*/0, Whitespaces); in replaceWhitespaceAfterLastLine() 233 virtual void updateAfterBroken(WhitespaceManager &Whitespaces) const {} 263 WhitespaceManager &Whitespaces) const override; 265 WhitespaceManager &Whitespaces) cons 199 reflow(unsigned LineIndex,WhitespaceManager & Whitespaces) reflow() argument 207 adaptStartOfLine(unsigned LineIndex,WhitespaceManager & Whitespaces) adaptStartOfLine() argument 223 replaceWhitespaceAfterLastLine(unsigned TailOffset,Split SplitAfterLastLine,WhitespaceManager & Whitespaces) replaceWhitespaceAfterLastLine() argument 236 updateAfterBroken(WhitespaceManager & Whitespaces) updateAfterBroken() argument 268 compressWhitespace(unsigned LineIndex,unsigned TailOffset,Split Split,WhitespaceManager & Whitespaces) compressWhitespace() argument [all...] |
H A D | UnwrappedLineFormatter.h | 29 WhitespaceManager *Whitespaces, 34 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), in UnwrappedLineFormatter() 65 WhitespaceManager *Whitespaces; 31 UnwrappedLineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,const AdditionalKeywords & Keywords,const SourceManager & SourceMgr,FormattingAttemptStatus * Status) UnwrappedLineFormatter() argument 67 WhitespaceManager *Whitespaces; global() 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() 434 // Text is relative to the content line, but Whitespaces operates relative to in compressWhitespace() 441 Whitespaces in compressWhitespace() [all...] |
H A D | UnwrappedLineFormatter.cpp | 995 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, 998 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), 1014 /// creates changes using \c Whitespaces. 1075 Whitespaces->replaceWhitespace( in formatChildren() 1092 WhitespaceManager *Whitespaces; in NoColumnLimitLineFormatter() argument 1101 WhitespaceManager *Whitespaces, in formatLine() 1104 : LineFormatter(Indenter, Whitespaces, Style, BlockFormatter) {} in formatLine() 1129 WhitespaceManager *Whitespaces, const FormatStyle &Style, in formatLine() 1131 : LineFormatter(Indenter, Whitespaces, Styl in formatLine() 986 LineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) LineFormatter() argument 1083 WhitespaceManager *Whitespaces; global() member in clang::format::__anon1ae19a960111::LineFormatter 1120 NoLineBreakFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) NoLineBreakFormatter() argument 1143 OptimizingLineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) OptimizingLineFormatter() argument [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; 195 WhitespaceManager &Whitespaces; global() 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 addMultilineToken() 2178 auto Err = Whitespaces.addReplacement(tooling::Replacement( in handleEndOfLine() 2410 State.Line->InPPDirective, Encoding, Style, Whitespaces.useCRLF()); in breakProtrudingToken() 2483 Token->adaptStartOfLine(0, Whitespaces); in breakProtrudingToken() [all...] |
H A D | Format.cpp | 2436 WhitespaceManager Whitespaces( in hasCpp03IncompatibleFormat() 2444 Env.getSourceManager(), Whitespaces, Encoding, in hasCpp03IncompatibleFormat() 2447 UnwrappedLineFormatter(&Indenter, &Whitespaces, Style, in hasCpp03IncompatibleFormat() 2456 for (const auto &R : Whitespaces.generateReplacements()) in countVariableAlignments() 2403 WhitespaceManager Whitespaces( analyze() local
|
/freebsd-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()
|
/freebsd-src/contrib/unbound/doc/ |
H A D | Changelog | 6790 - Whitespaces after $ORIGIN are not part of the origin dname (ldns).
|