Searched defs:DryRun (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Format/ |
D | ContinuationIndenter.cpp | 78 bool DryRun) { in getInitialState() 278 bool DryRun, in addTokenToState() 312 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, in addTokenOnCurrentLine() 440 bool DryRun) { in addTokenOnNewLine() 709 bool DryRun, bool Newline) { in moveStateToNextToken() 1070 bool DryRun) { in breakProtrudingToken()
|
D | UnwrappedLineFormatter.cpp | 137 const AnnotatedLine *getNextMergedLine(bool DryRun, in getNextMergedLine() 509 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren() 583 bool DryRun) override { in formatLine() 609 bool DryRun) override { in formatLine() 632 bool DryRun) override { in formatLine() 684 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun) { in analyzeSolutionSpace() 798 bool DryRun, int AdditionalIndent, in format()
|
D | FormatToken.cpp | 77 bool DryRun) { in formatAfterToken() 132 bool DryRun) { in formatFromToken()
|
D | FormatToken.h | 496 bool DryRun) { in formatFromToken() 504 bool DryRun) { in formatAfterToken()
|
/external/llvm-project/clang/lib/Format/ |
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() 1986 bool DryRun, bool Strict) { in breakProtrudingToken()
|
D | UnwrappedLineFormatter.cpp | 172 const AnnotatedLine *getNextMergedLine(bool DryRun, in getNextMergedLine() 767 bool formatChildren(LineState &State, bool NewLine, bool DryRun, in formatChildren() 842 unsigned FirstStartColumn, bool DryRun) override { in formatLine() 868 unsigned FirstStartColumn, bool DryRun) override { in formatLine() 893 unsigned FirstStartColumn, bool DryRun) override { in formatLine() 947 unsigned analyzeSolutionSpace(LineState &InitialState, bool DryRun) { in analyzeSolutionSpace() 1061 const SmallVectorImpl<AnnotatedLine *> &Lines, bool DryRun, in format()
|
D | FormatToken.cpp | 78 bool DryRun) { in formatAfterToken() 137 bool DryRun) { in formatFromToken()
|
D | FormatToken.h | 751 bool DryRun) { in formatFromToken() 759 bool DryRun) { in formatAfterToken()
|
/external/autotest/client/cros/ |
D | udev_helpers.py | 85 def DryRun(self): member in UdevadmTrigger
|
/external/llvm-project/clang/tools/clang-format/ |
D | ClangFormat.cpp | 126 DryRun("dry-run", variable
|