Home
last modified time | relevance | path

Searched defs:Indenter (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h28 UnwrappedLineFormatter(ContinuationIndenter *Indenter, in UnwrappedLineFormatter()
64 ContinuationIndenter *Indenter; variable
H A DFormatToken.cpp89 ContinuationIndenter *Indenter, in formatAfterToken() argument
149 ContinuationIndenter *Indenter, in formatFromToken() argument
H A DUnwrappedLineFormatter.cpp1089 : 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 DUnwrappedLineParser.cpp2850 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 DFormatToken.h946 formatFromToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatFromToken() argument
954 formatAfterToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatAfterToken() argument
H A DFormat.cpp2443 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), analyze() local