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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp74 formatAfterToken(LineState &State, ContinuationIndenter *Indenter, bool DryRun) argument
133 formatFromToken(LineState &State, ContinuationIndenter *Indenter, bool DryRun) argument
H A DContinuationIndenter.cpp543 void ContinuationIndenter::addTokenOnCurrentLine(LineState &State, bool DryRun, argument
235 getInitialState(unsigned FirstIndent, unsigned FirstStartColumn, const AnnotatedLine *Line, bool DryRun) argument
506 addTokenToState(LineState &State, bool Newline, bool DryRun, unsigned ExtraSpaces) argument
730 addTokenOnNewLine(LineState &State, bool DryRun) argument
1082 moveStateToNextToken(LineState &State, bool DryRun, bool Newline) argument
1501 reformatRawStringLiteral( const FormatToken &Current, LineState &State, const FormatStyle &RawStringStyle, bool DryRun, bool Newline) argument
1666 handleEndOfLine(const FormatToken &Current, LineState &State, bool DryRun, bool AllowBreak, bool Newline) argument
1838 breakProtrudingToken(const FormatToken &Current, LineState &State, bool AllowBreak, bool DryRun, bool Strict) argument
[all...]
H A DFormatToken.h602 formatFromToken(LineState &State, ContinuationIndenter *Indenter, bool DryRun) argument
610 formatAfterToken(LineState &State, ContinuationIndenter *Indenter, bool DryRun) argument

Completed in 54 milliseconds