Home
last modified time | relevance | path

Searched defs:DryRun (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp257 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 DUnwrappedLineFormatter.cpp199 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 DFormatToken.cpp89 bool DryRun) { in formatAfterToken()
149 bool DryRun) { in formatFromToken()
H A DFormatToken.h951 bool DryRun) { in formatFromToken()
959 bool DryRun) { in formatAfterToken()
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp141 DryRun("dry-run", variable