/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | UnwrappedLineFormatter.h | 30 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 D | FormatToken.cpp | 111 formatAfterToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatAfterToken() argument 171 formatFromToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatFromToken() argument
|
H A D | UnwrappedLineFormatter.cpp | 1119 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 D | UnwrappedLineParser.cpp | 2815 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 D | FormatToken.h | 898 formatFromToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatFromToken() argument 906 formatAfterToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatAfterToken() argument
|
H A D | Format.cpp | 2410 ContinuationIndenter Indenter(Style, Tokens.getKeywords(), analyze() local
|