Searched defs:Indenter (Results 1 – 6 of 6) sorted by relevance
/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 | 89 ContinuationIndenter *Indenter, in formatAfterToken() argument 149 ContinuationIndenter *Indenter, in formatFromToken() argument
|
H A D | UnwrappedLineFormatter.cpp | 1089 : Indenter(Indenter), Whitespaces(Whitespaces), Style(Style), member in clang::format::__anon76deacb70111::LineFormatter 995 LineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) LineFormatter() argument 1100 NoColumnLimitLineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) NoColumnLimitLineFormatter() argument 1128 NoLineBreakFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) NoLineBreakFormatter() argument 1151 OptimizingLineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) OptimizingLineFormatter() argument [all...] |
H A D | UnwrappedLineParser.cpp | 2850 CompoundStatementIndenter Indenter(this, Style, Line->Level); parseIfThenElse() local 2887 CompoundStatementIndenter Indenter(this, Style, Line->Level); parseIfThenElse() local 3003 CompoundStatementIndenter Indenter(this, Style, Line->Level); parseTryCatch() local 3044 CompoundStatementIndenter Indenter(this, Style, Line->Level); parseTryCatch() local 3163 CompoundStatementIndenter Indenter(this, Style, Line->Level); parseLoopBody() local 3258 CompoundStatementIndenter Indenter(this, Line->Level, parseLabel() local 3315 CompoundStatementIndenter Indenter(this, Style, Line->Level); parseSwitch() local
|
H A D | FormatToken.h | 946 formatFromToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatFromToken() argument 954 formatAfterToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatAfterToken() argument
|
H A D | Format.cpp | 2443 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), analyze() local
|