Searched defs:Indenter (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | UnwrappedLineFormatter.h | 30 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() 65 ContinuationIndenter *Indenter; variable
|
H A D | UnwrappedLineParser.cpp | 2000 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseIfThenElse() local 2018 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseIfThenElse() local 2072 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseTryCatch() local 2110 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseTryCatch() local 2223 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseForOrWhileLoop() local 2238 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseDoWhile() local 2275 CompoundStatementIndenter Indenter(this, Line->Level, in parseLabel() local 2319 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseSwitch() local
|
H A D | FormatToken.cpp | 77 ContinuationIndenter *Indenter, in formatAfterToken() 136 ContinuationIndenter *Indenter, in formatFromToken()
|
H A D | UnwrappedLineFormatter.cpp | 779 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() 868 ContinuationIndenter *Indenter; member in clang::format::__anon25f930cf0111::LineFormatter 879 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter() 907 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter() 930 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
|
H A D | FormatToken.h | 749 ContinuationIndenter *Indenter, in formatFromToken() 757 ContinuationIndenter *Indenter, in formatAfterToken()
|
H A D | Format.cpp | 1646 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze() local
|