Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.h30 UnwrappedLineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,const AdditionalKeywords & Keywords,const SourceManager & SourceMgr,FormattingAttemptStatus * Status) UnwrappedLineFormatter() argument
66 ContinuationIndenter *Indenter; global() variable
H A DFormatToken.cpp111 formatAfterToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatAfterToken() argument
171 formatFromToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatFromToken() argument
H A DUnwrappedLineFormatter.cpp1119 Indenter argument
986 LineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) LineFormatter() argument
1080 ContinuationIndenter *Indenter; global() member in clang::format::__anon1ae19a960111::LineFormatter
1091 NoColumnLimitLineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) NoColumnLimitLineFormatter() argument
1142 OptimizingLineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) OptimizingLineFormatter() argument
[all...]
H A DUnwrappedLineParser.cpp2815 CompoundStatementIndenter Indenter(this, Style, Line->Level); parseIfThenElse() local
2852 CompoundStatementIndenter Indenter(this, Style, Line->Level); parseIfThenElse() local
2963 CompoundStatementIndenter Indenter(this, Style, Line->Level); parseTryCatch() local
3004 CompoundStatementIndenter Indenter(this, Style, Line->Level); parseTryCatch() local
3123 CompoundStatementIndenter Indenter(this, Style, Line->Level); parseLoopBody() local
3217 CompoundStatementIndenter Indenter(this, Line->Level, parseLabel() local
3268 CompoundStatementIndenter Indenter(this, Style, Line->Level); parseSwitch() local
H A DFormatToken.h898 formatFromToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatFromToken() argument
906 formatAfterToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatAfterToken() argument
H A DFormat.cpp2410 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), analyze() local