/llvm-project/clang/lib/Format/ |
H A D | ContinuationIndenter.cpp | 249 getInitialState(unsigned FirstIndent,unsigned FirstStartColumn,const AnnotatedLine * Line,bool DryRun) getInitialState() argument 634 addTokenToState(LineState & State,bool Newline,bool DryRun,unsigned ExtraSpaces) addTokenToState() argument 672 addTokenOnCurrentLine(LineState & State,bool DryRun,unsigned ExtraSpaces) addTokenOnCurrentLine() argument 943 addTokenOnNewLine(LineState & State,bool DryRun) addTokenOnNewLine() argument 1498 moveStateToNextToken(LineState & State,bool DryRun,bool Newline) moveStateToNextToken() argument 2063 reformatRawStringLiteral(const FormatToken & Current,LineState & State,const FormatStyle & RawStringStyle,bool DryRun,bool Newline) reformatRawStringLiteral() argument 2226 handleEndOfLine(const FormatToken & Current,LineState & State,bool DryRun,bool AllowBreak,bool Newline) handleEndOfLine() argument 2438 breakProtrudingToken(const FormatToken & Current,LineState & State,bool AllowBreak,bool DryRun,bool Strict) breakProtrudingToken() argument [all...] |
H A D | FormatToken.cpp | 90 bool DryRun) { in formatAfterToken() argument 150 bool DryRun) { in formatFromToken() argument
|
H A D | UnwrappedLineFormatter.cpp | 219 const AnnotatedLine *getNextMergedLine(bool DryRun, in getNextMergedLine() argument 1029 formatChildren(LineState & State,bool NewLine,bool DryRun,unsigned & Penalty) formatChildren() argument 1109 formatLine(const AnnotatedLine & Line,unsigned FirstIndent,unsigned FirstStartColumn,bool DryRun) formatLine() argument 1135 formatLine(const AnnotatedLine & Line,unsigned FirstIndent,unsigned FirstStartColumn,bool DryRun) formatLine() argument 1160 formatLine(const AnnotatedLine & Line,unsigned FirstIndent,unsigned FirstStartColumn,bool DryRun) formatLine() argument 1214 analyzeSolutionSpace(LineState & InitialState,bool DryRun) analyzeSolutionSpace() argument 1333 format(const SmallVectorImpl<AnnotatedLine * > & Lines,bool DryRun,int AdditionalIndent,bool FixBadIndentation,unsigned FirstStartColumn,unsigned NextStartColumn,unsigned LastStartColumn) format() argument [all...] |
H A D | FormatToken.h | 947 formatFromToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatFromToken() argument 955 formatAfterToken(LineState & State,ContinuationIndenter * Indenter,bool DryRun) formatAfterToken() argument
|
/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 141 DryRun("dry-run", variable
|
/llvm-project/clang/tools/clang-linker-wrapper/ |
H A D | ClangLinkerWrapper.cpp | 72 static bool DryRun = false; global() variable
|