Searched refs:DryRun (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | ContinuationIndenter.h | 66 const AnnotatedLine *Line, bool DryRun); 84 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun, 94 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline); 114 bool DryRun, bool Newline); 119 bool DryRun, bool AllowBreak, bool Newline); 146 bool AllowBreak, bool DryRun, 162 void addTokenOnCurrentLine(LineState &State, bool DryRun, 172 unsigned addTokenOnNewLine(LineState &State, bool DryRun);
|
| H A D | UnwrappedLineFormatter.cpp | 206 const AnnotatedLine *getNextMergedLine(bool DryRun, in getNextMergedLine() argument 220 if (!DryRun) in getNextMergedLine() 1009 if (!DryRun) { in formatChildren() 1043 assert(!DryRun); in formatLine() 1103 return analyzeSolutionSpace(State, DryRun); in formatLine() 1203 if (!DryRun) in analyzeSolutionSpace() 1275 if (DryRun && CacheIt != PenaltyCache.end()) in format() 1321 if (!DryRun) { in format() 1355 format(Tok->Children, DryRun); in format() 1364 if (!DryRun) { in format() [all …]
|
| H A D | ContinuationIndenter.cpp | 623 Penalty = addTokenOnNewLine(State, DryRun); in addTokenToState() 672 if (!DryRun) { in addTokenOnCurrentLine() 960 if (!DryRun) { in addTokenOnNewLine() 1900 if (!DryRun) { in reformatRawStringLiteral() 2014 if (!DryRun) { in handleEndOfLine() 2203 if (!DryRun) in breakProtrudingToken() 2317 if (!DryRun) { in breakProtrudingToken() 2364 if (!DryRun) { in breakProtrudingToken() 2465 if (!DryRun) in breakProtrudingToken() 2485 if (!DryRun) in breakProtrudingToken() [all …]
|
| H A D | FormatToken.cpp | 97 bool DryRun) { in formatAfterToken() argument 150 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces); in formatAfterToken() 157 bool DryRun) { in formatFromToken() argument
|
| H A D | UnwrappedLineFormatter.h | 41 bool DryRun = false, int AdditionalIndent = 0,
|
| H A D | FormatToken.h | 813 bool DryRun) { in formatFromToken() argument 821 bool DryRun) { in formatAfterToken() argument 842 bool DryRun) override; 845 bool DryRun) override;
|
| /llvm-project-15.0.7/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 139 DryRun("dry-run", variable 145 cl::cat(ClangFormatCategory), cl::aliasopt(DryRun), 499 if (OutputXML || DryRun) { in format() 500 if (DryRun) in format()
|
| /llvm-project-15.0.7/clang/tools/clang-linker-wrapper/ |
| H A D | ClangLinkerWrapper.cpp | 66 static bool DryRun = false; variable 232 if (Verbose || DryRun) in executeCommands() 235 if (!DryRun) in executeCommands() 248 if (!Path && DryRun) in findProgram() 1515 DryRun = Args.hasArg(OPT_dry_run); in main()
|