Searched defs:DryRun (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/Format/ |
H A D | ContinuationIndenter.cpp | 240 bool DryRun) { in getInitialState() 607 bool DryRun, in addTokenToState() 645 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() 852 bool DryRun) { in addTokenOnNewLine() 1332 bool DryRun, bool Newline) { in moveStateToNextToken() 1847 const FormatStyle &RawStringStyle, bool DryRun, bool Newline) { in reformatRawStringLiteral() 2010 LineState &State, bool DryRun, in handleEndOfLine() 2192 bool DryRun, bool Strict) { in breakProtrudingToken()
|
H A D | UnwrappedLineFormatter.cpp | 213 const AnnotatedLine *getNextMergedLine(bool DryRun, in getNextMergedLine() 975 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren() 1064 unsigned FirstStartColumn, bool DryRun) override { in formatLine() 1090 unsigned FirstStartColumn, bool DryRun) override { in formatLine() 1115 unsigned FirstStartColumn, bool DryRun) override { in formatLine() 1169 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun) { in analyzeSolutionSpace() 1288 const SmallVectorImpl<AnnotatedLine *> &Lines, bool DryRun, in format()
|
H A D | FormatToken.cpp | 98 bool DryRun) { in formatAfterToken() 158 bool DryRun) { in formatFromToken()
|
H A D | FormatToken.h | 846 bool DryRun) { in formatFromToken() 854 bool DryRun) { in formatAfterToken()
|
/openbsd-src/gnu/llvm/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 140 DryRun("dry-run", variable
|
/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/ |
H A D | ClangLinkerWrapper.cpp | 69 static bool DryRun = false; variable
|