Home
last modified time | relevance | path

Searched defs:Whitespaces (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h199 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 DUnwrappedLineFormatter.h31 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 DUnwrappedLineFormatter.cpp1092 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 DDefinitionBlockSeparator.cpp70 WhitespaceManager Whitespaces( in separateBlocks() local
H A DContinuationIndenter.h195 WhitespaceManager &Whitespaces; global() variable
H A DContinuationIndenter.cpp238 WhitespaceManager &Whitespaces, in ContinuationIndenter() argument
[all...]
H A DFormat.cpp2403 WhitespaceManager Whitespaces( analyze() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp139 static StringRef Whitespaces = " \t\n"; in NormalizeLine() local