Searched defs:DryRun (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Format/ |
H A D | ContinuationIndenter.cpp | 249 bool DryRun) { in getInitialState() 634 bool DryRun, in addTokenToState() 672 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() 941 bool DryRun) { in addTokenOnNewLine() 1496 bool DryRun, bool Newline) { in moveStateToNextToken() 2061 const FormatStyle &RawStringStyle, bool DryRun, bool Newline) { in reformatRawStringLiteral() 2224 LineState &State, bool DryRun, in handleEndOfLine() 2436 bool DryRun, bool Strict) { in breakProtrudingToken()
|
H A D | FormatToken.cpp | 90 bool DryRun) { in formatAfterToken() 150 bool DryRun) { in formatFromToken()
|
H A D | UnwrappedLineFormatter.cpp | 219 const AnnotatedLine *getNextMergedLine(bool DryRun, in getNextMergedLine() 1029 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren() 1109 unsigned FirstStartColumn, bool DryRun) override { in formatLine() 1135 unsigned FirstStartColumn, bool DryRun) override { in formatLine() 1160 unsigned FirstStartColumn, bool DryRun) override { in formatLine() 1214 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun) { in analyzeSolutionSpace() 1333 const SmallVectorImpl<AnnotatedLine *> &Lines, bool DryRun, in format()
|
H A D | FormatToken.h | 949 bool DryRun) { in formatFromToken() 957 bool DryRun) { in formatAfterToken()
|
/freebsd/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 141 DryRun("dry-run", variable
|