/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | ContinuationIndenter.cpp | 249 bool DryRun) { in getInitialState() argument 624 addTokenToState(LineState & State,bool Newline,bool DryRun,unsigned ExtraSpaces) addTokenToState() argument 662 addTokenOnCurrentLine(LineState & State,bool DryRun,unsigned ExtraSpaces) addTokenOnCurrentLine() argument 931 addTokenOnNewLine(LineState & State,bool DryRun) addTokenOnNewLine() argument 1473 moveStateToNextToken(LineState & State,bool DryRun,bool Newline) moveStateToNextToken() argument 2012 reformatRawStringLiteral(const FormatToken & Current,LineState & State,const FormatStyle & RawStringStyle,bool DryRun,bool Newline) reformatRawStringLiteral() argument 2175 handleEndOfLine(const FormatToken & Current,LineState & State,bool DryRun,bool AllowBreak,bool Newline) handleEndOfLine() argument 2387 breakProtrudingToken(const FormatToken & Current,LineState & State,bool AllowBreak,bool DryRun,bool Strict) breakProtrudingToken() argument [all...] |
H A D | FormatToken.cpp | 112 formatAfterToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatAfterToken() argument 172 formatFromToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatFromToken() argument
|
H A D | UnwrappedLineFormatter.cpp | 220 getNextMergedLine(bool DryRun,LevelIndentTracker & IndentTracker) getNextMergedLine() argument 1020 formatChildren(LineState & State,bool NewLine,bool DryRun,unsigned & Penalty) formatChildren() argument 1100 formatLine(const AnnotatedLine & Line,unsigned FirstIndent,unsigned FirstStartColumn,bool DryRun) formatLine() argument 1126 formatLine(const AnnotatedLine & Line,unsigned FirstIndent,unsigned FirstStartColumn,bool DryRun) formatLine() argument 1151 formatLine(const AnnotatedLine & Line,unsigned FirstIndent,unsigned FirstStartColumn,bool DryRun) formatLine() argument 1205 analyzeSolutionSpace(LineState & InitialState,bool DryRun) analyzeSolutionSpace() argument 1324 format(const SmallVectorImpl<AnnotatedLine * > & Lines,bool DryRun,int AdditionalIndent,bool FixBadIndentation,unsigned FirstStartColumn,unsigned NextStartColumn,unsigned LastStartColumn) format() argument [all...] |
H A D | FormatToken.h | 899 formatFromToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatFromToken() argument 907 formatAfterToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatAfterToken() argument
|
/freebsd-src/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 141 DryRun("dry-run", variable
|