Searched defs:DryRun (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
H A D | ContinuationIndenter.cpp | 238 bool DryRun) { in getInitialState() 526 bool DryRun, in addTokenToState() 562 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() 757 bool DryRun) { in addTokenOnNewLine() 1175 bool DryRun, bool Newline) { in moveStateToNextToken() 1649 const FormatStyle &RawStringStyle, bool DryRun, bool Newline) { in reformatRawStringLiteral() 1813 LineState &State, bool DryRun, in handleEndOfLine() 1985 bool DryRun, bool Strict) { in breakProtrudingToken()
|
H A D | UnwrappedLineFormatter.cpp | 177 const AnnotatedLine *getNextMergedLine(bool DryRun, in getNextMergedLine() 813 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren() 888 unsigned FirstStartColumn, bool DryRun) override { in formatLine() 914 unsigned FirstStartColumn, bool DryRun) override { in formatLine() 939 unsigned FirstStartColumn, bool DryRun) override { in formatLine() 993 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun) { in analyzeSolutionSpace() 1107 const SmallVectorImpl<AnnotatedLine *> &Lines, bool DryRun, in format()
|
H A D | FormatToken.cpp | 78 bool DryRun) { in formatAfterToken() 137 bool DryRun) { in formatFromToken()
|
H A D | FormatToken.h | 750 bool DryRun) { in formatFromToken() 758 bool DryRun) { in formatAfterToken()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 114 DryRun("dry-run", variable
|