Searched defs:Indenter (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Format/ |
D | UnwrappedLineFormatter.h | 33 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() 64 ContinuationIndenter *Indenter; variable
|
D | UnwrappedLineParser.cpp | 1427 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseIfThenElse() local 1442 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseIfThenElse() local 1480 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseTryCatch() local 1518 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseTryCatch() local 1585 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseForOrWhileLoop() local 1600 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseDoWhile() local 1627 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseLabel() local 1662 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseSwitch() local
|
D | FormatToken.cpp | 76 ContinuationIndenter *Indenter, in formatAfterToken() 131 ContinuationIndenter *Indenter, in formatFromToken()
|
D | UnwrappedLineFormatter.cpp | 475 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() 563 ContinuationIndenter *Indenter; member in clang::format::__anonf162ad6f0111::LineFormatter 574 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter() 602 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter() 623 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
|
D | FormatToken.h | 495 ContinuationIndenter *Indenter, in formatFromToken() 503 ContinuationIndenter *Indenter, in formatAfterToken()
|
D | Format.cpp | 821 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze() local
|