Searched defs:DryRun (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Format/
H A DFormatToken.cpp77 bool DryRun) {
125 Penalty += Indenter->addTokenToState(State, NewLine, DryRun, ExtraSpaces);
132 bool DryRun) {
75 formatAfterToken(LineState &State, ContinuationIndenter *Indenter, bool DryRun) argument
130 formatFromToken(LineState &State, ContinuationIndenter *Indenter, bool DryRun) argument
H A DContinuationIndenter.cpp78 bool DryRun) {
94 moveStateToNextToken(State, DryRun, /*Newline=*/false);
278 bool DryRun,
299 moveStateToNextToken(State, DryRun, /*Newline=*/false);
305 Penalty = addTokenOnNewLine(State, DryRun);
307 addTokenOnCurrentLine(State, DryRun, ExtraSpaces);
309 return moveStateToNextToken(State, DryRun, Newline) + Penalty;
312 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, argument
334 if (!DryRun)
440 bool DryRun) {
76 getInitialState(unsigned FirstIndent, const AnnotatedLine *Line, bool DryRun) argument
277 addTokenToState(LineState &State, bool Newline, bool DryRun, unsigned ExtraSpaces) argument
439 addTokenOnNewLine(LineState &State, bool DryRun) argument
708 moveStateToNextToken(LineState &State, bool DryRun, bool Newline) argument
1068 breakProtrudingToken(const FormatToken &Current, LineState &State, bool DryRun) argument
[all...]
H A DUnwrappedLineFormatter.cpp137 const AnnotatedLine *getNextMergedLine(bool DryRun, argument
151 if (!DryRun)
484 /// If \p DryRun is \c false, directly applies the changes.
486 bool DryRun) = 0;
493 /// \p Penalty as well as \p State. If \p DryRun is false, also directly
509 bool formatChildren(LineState &State, bool NewLine, bool DryRun, argument
524 BlockFormatter->format(Previous.Children, DryRun, AdditionalIndent,
551 if (!DryRun) {
557 Penalty += formatLine(*Previous.Children[0], State.Column + 1, DryRun);
583 bool DryRun) overrid
684 analyzeSolutionSpace(LineState &InitialState, bool DryRun) argument
797 format(const SmallVectorImpl<AnnotatedLine *> &Lines, bool DryRun, int AdditionalIndent, bool FixBadIndentation) argument
[all...]
H A DFormatToken.h496 bool DryRun) {
504 bool DryRun) {
523 bool DryRun) override;
526 bool DryRun) override;
494 formatFromToken(LineState &State, ContinuationIndenter *Indenter, bool DryRun) argument
502 formatAfterToken(LineState &State, ContinuationIndenter *Indenter, bool DryRun) argument

Completed in 270 milliseconds