Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DBreakableToken.cpp172 WhitespaceManager &Whitespaces) { in insertBreak()
227 WhitespaceManager &Whitespaces) { in insertBreak()
235 WhitespaceManager &Whitespaces) { in replaceWhitespace()
243 unsigned LineIndex, WhitespaceManager &Whitespaces) { in replaceWhitespaceBefore()
387 WhitespaceManager &Whitespaces) { in insertBreak()
407 WhitespaceManager &Whitespaces) { in replaceWhitespace()
418 unsigned LineIndex, WhitespaceManager &Whitespaces) { in replaceWhitespaceBefore()
DUnwrappedLineFormatter.h34 WhitespaceManager *Whitespaces, in UnwrappedLineFormatter()
65 WhitespaceManager *Whitespaces; variable
DBreakableToken.h72 WhitespaceManager &Whitespaces) {} in replaceWhitespaceBefore()
130 WhitespaceManager &Whitespaces) override {} in replaceWhitespace()
DUnwrappedLineFormatter.cpp475 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter()
566 WhitespaceManager *Whitespaces; member in clang::format::__anon5061c3a60111::LineFormatter
575 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter()
603 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter()
624 WhitespaceManager *Whitespaces, in OptimizingLineFormatter()
DContinuationIndenter.h141 WhitespaceManager &Whitespaces; variable
DContinuationIndenter.cpp62 WhitespaceManager &Whitespaces, in ContinuationIndenter()
DFormat.cpp1707 WhitespaceManager Whitespaces; member in clang::format::__anonf8d6a77d0111::Formatter
/external/clang/lib/StaticAnalyzer/Core/
DIssueHash.cpp131 static StringRef Whitespaces = " \t\n"; in NormalizeLine() local