Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Format/
H A DBreakableToken.h196 WhitespaceManager &Whitespaces) const {} in reflow() argument
204 WhitespaceManager &Whitespaces) const {} in adaptStartOfLine() argument
220 WhitespaceManager &Whitespaces) const { in replaceWhitespaceAfterLastLine() argument
233 virtual void updateAfterBroken(WhitespaceManager &Whitespaces) const {} in updateAfterBroken() argument
265 WhitespaceManager &Whitespaces) cons in compressWhitespace() argument
[all...]
H A DUnwrappedLineFormatter.h29 WhitespaceManager *Whitespaces, in UnwrappedLineFormatter()
65 WhitespaceManager *Whitespaces; variable
H A DUnwrappedLineFormatter.cpp995 LineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) LineFormatter() argument
1092 WhitespaceManager *Whitespaces; global() member in clang::format::__anon76deacb70111::LineFormatter
1101 NoColumnLimitLineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) NoColumnLimitLineFormatter() argument
1129 NoLineBreakFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) NoLineBreakFormatter() argument
1152 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.h190 WhitespaceManager &Whitespaces; variable
H A DContinuationIndenter.cpp238 ContinuationIndenter(const FormatStyle & Style,const AdditionalKeywords & Keywords,const SourceManager & SourceMgr,WhitespaceManager & Whitespaces,encoding::Encoding Encoding,bool BinPackInconclusiveFunctions) ContinuationIndenter() argument
[all...]
H A DFormat.cpp2436 WhitespaceManager Whitespaces( analyze() local
/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp139 static StringRef Whitespaces = " \t\n"; in NormalizeLine() local