Searched defs:DryRun (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | ContinuationIndenter.cpp | 257 bool DryRun) { in getInitialState() 671 bool DryRun, in addTokenToState() 709 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() 1036 bool DryRun) { in addTokenOnNewLine() 1612 bool DryRun, bool Newline) { in moveStateToNextToken() 2180 const FormatStyle &RawStringStyle, bool DryRun, bool Newline) { in reformatRawStringLiteral() 2342 LineState &State, bool DryRun, in handleEndOfLine() 2554 bool DryRun, bool Strict) { in breakProtrudingToken()
|
| H A D | UnwrappedLineFormatter.cpp | 199 const AnnotatedLine *getNextMergedLine(bool DryRun, in getNextMergedLine() 1087 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren() 1167 unsigned FirstStartColumn, bool DryRun) override { in formatLine() 1193 unsigned FirstStartColumn, bool DryRun) override { in formatLine() 1218 unsigned FirstStartColumn, bool DryRun) override { in formatLine() 1272 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun) { in analyzeSolutionSpace() 1391 const SmallVectorImpl<AnnotatedLine *> &Lines, bool DryRun, in format()
|
| H A D | FormatToken.cpp | 89 bool DryRun) { in formatAfterToken() 149 bool DryRun) { in formatFromToken()
|
| H A D | FormatToken.h | 951 bool DryRun) { in formatFromToken() 959 bool DryRun) { in formatAfterToken()
|
| /freebsd/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 141 DryRun("dry-run", variable
|