Searched defs:Indenter (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | UnwrappedLineFormatter.h | 28 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter() 64 ContinuationIndenter *Indenter; variable
|
| H A D | FormatToken.cpp | 88 ContinuationIndenter *Indenter, in formatAfterToken() 148 ContinuationIndenter *Indenter, in formatFromToken()
|
| H A D | UnwrappedLineFormatter.cpp | 1053 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter() 1147 ContinuationIndenter *Indenter; member in clang::format::__anond596d1440111::LineFormatter 1158 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, in NoColumnLimitLineFormatter() 1186 NoLineBreakFormatter(ContinuationIndenter *Indenter, in NoLineBreakFormatter() 1209 OptimizingLineFormatter(ContinuationIndenter *Indenter, in OptimizingLineFormatter()
|
| H A D | UnwrappedLineParser.cpp | 2938 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseIfThenElse() local 2975 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseIfThenElse() local 3091 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseTryCatch() local 3137 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseTryCatch() local 3262 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseLoopBody() local 3357 CompoundStatementIndenter Indenter(this, Line->Level, in parseLabel() local 3414 CompoundStatementIndenter Indenter(this, Style, Line->Level); in parseSwitch() local
|
| H A D | FormatToken.h | 950 ContinuationIndenter *Indenter, in formatFromToken() 958 ContinuationIndenter *Indenter, in formatAfterToken()
|
| H A D | Format.cpp | 2612 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), in analyze() local
|