Searched defs:Whitespaces (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | BreakableToken.h | 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 | 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 | UnwrappedLineFormatter.cpp | 1092 WhitespaceManager *Whitespaces; in NoColumnLimitLineFormatter() argument 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
|
H A D | ContinuationIndenter.h | 195 WhitespaceManager &Whitespaces; global() variable
|
H A D | ContinuationIndenter.cpp | 238 WhitespaceManager &Whitespaces, in ContinuationIndenter() argument [all...] |
H A D | Format.cpp | 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
|