Searched refs:DryRun (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | ContinuationIndenter.h | 67 const AnnotatedLine *Line, bool DryRun); 85 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun, 95 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline); 115 bool DryRun, bool Newline); 120 bool DryRun, bool AllowBreak, bool Newline); 147 bool AllowBreak, bool DryRun, 163 void addTokenOnCurrentLine(LineState &State, bool DryRun, 173 unsigned addTokenOnNewLine(LineState &State, bool DryRun);
|
| H A D | UnwrappedLineFormatter.cpp | 234 if (!DryRun) in getNextMergedLine() 1065 if (!DryRun) { in formatChildren() 1073 if (!DryRun) in formatChildren() 1101 assert(!DryRun); in formatLine() 1161 return analyzeSolutionSpace(State, DryRun); in formatLine() 1261 if (!DryRun) in analyzeSolutionSpace() 1333 if (DryRun && CacheIt != PenaltyCache.end()) in format() 1379 if (!DryRun) { in format() 1414 format(Tok->Children, DryRun); in format() 1423 if (!DryRun) { in format() [all …]
|
| H A D | ContinuationIndenter.cpp | 747 if (!DryRun) { in addTokenOnCurrentLine() 1055 if (!DryRun) { in addTokenOnNewLine() 2100 if (!DryRun) { in reformatRawStringLiteral() 2214 if (!DryRun) { in handleEndOfLine() 2433 if (!DryRun) in breakProtrudingToken() 2547 if (!DryRun) { in breakProtrudingToken() 2594 if (!DryRun) { in breakProtrudingToken() 2695 if (!DryRun) in breakProtrudingToken() 2715 if (!DryRun) in breakProtrudingToken() 2731 if (!DryRun) { in breakProtrudingToken() [all …]
|
| H A D | FormatToken.cpp | 112 bool DryRun) { in formatAfterToken() argument 165 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces); in formatAfterToken() 172 bool DryRun) { in formatFromToken() argument
|
| H A D | UnwrappedLineFormatter.h | 41 bool DryRun = false, int AdditionalIndent = 0,
|
| H A D | FormatToken.h | 899 bool DryRun) { in formatFromToken() argument 907 bool DryRun) { in formatAfterToken() argument 928 bool DryRun) override; 931 bool DryRun) override;
|
| /freebsd-14.2/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 141 DryRun("dry-run", variable 147 cl::cat(ClangFormatCategory), cl::aliasopt(DryRun), 502 if (OutputXML || DryRun) { in format() 503 if (DryRun) in format()
|