Searched defs:Whitespaces (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.h | 34 WhitespaceManager *Whitespaces, in UnwrappedLineFormatter() 65 WhitespaceManager *Whitespaces; variable
|
D | BreakableToken.cpp | 172 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()
|
D | BreakableToken.h | 72 WhitespaceManager &Whitespaces) {} in replaceWhitespaceBefore() 130 WhitespaceManager &Whitespaces) override {} in replaceWhitespace()
|
D | UnwrappedLineFormatter.cpp | 475 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() 566 WhitespaceManager *Whitespaces; member in clang::format::__anone328b5250111::LineFormatter 575 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter() 603 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter() 624 WhitespaceManager *Whitespaces, in OptimizingLineFormatter()
|
D | ContinuationIndenter.h | 142 WhitespaceManager &Whitespaces; variable
|
D | ContinuationIndenter.cpp | 68 WhitespaceManager &Whitespaces, in ContinuationIndenter()
|
D | Format.cpp | 818 WhitespaceManager Whitespaces( in analyze() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | IssueHash.cpp | 131 static StringRef Whitespaces = " \t\n"; in NormalizeLine() local
|