Searched defs:Whitespaces (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/lib/Format/ |
H A D | BreakableToken.h | 196 WhitespaceManager &Whitespaces) const {} in reflow() argument 204 WhitespaceManager &Whitespaces) const {} in adaptStartOfLine() argument 220 WhitespaceManager &Whitespaces) const { in replaceWhitespaceAfterLastLine() argument 233 virtual void updateAfterBroken(WhitespaceManager &Whitespaces) const {} in updateAfterBroken() argument 265 WhitespaceManager &Whitespaces) cons in compressWhitespace() argument [all...] |
H A D | UnwrappedLineFormatter.h | 29 WhitespaceManager *Whitespaces, in UnwrappedLineFormatter() 65 WhitespaceManager *Whitespaces; variable
|
H A D | UnwrappedLineFormatter.cpp | 995 LineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) LineFormatter() argument 1092 WhitespaceManager *Whitespaces; global() member in clang::format::__anon76deacb70111::LineFormatter 1101 NoColumnLimitLineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) NoColumnLimitLineFormatter() argument 1129 NoLineBreakFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) NoLineBreakFormatter() argument 1152 OptimizingLineFormatter(ContinuationIndenter * Indenter,WhitespaceManager * Whitespaces,const FormatStyle & Style,UnwrappedLineFormatter * BlockFormatter) OptimizingLineFormatter() argument [all...] |
H A D | DefinitionBlockSeparator.cpp | 70 WhitespaceManager Whitespaces( in separateBlocks() local
|
H A D | ContinuationIndenter.h | 190 WhitespaceManager &Whitespaces; variable
|
H A D | ContinuationIndenter.cpp | 238 ContinuationIndenter(const FormatStyle & Style,const AdditionalKeywords & Keywords,const SourceManager & SourceMgr,WhitespaceManager & Whitespaces,encoding::Encoding Encoding,bool BinPackInconclusiveFunctions) ContinuationIndenter() argument [all...] |
H A D | Format.cpp | 2436 WhitespaceManager Whitespaces( analyze() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | IssueHash.cpp | 139 static StringRef Whitespaces = " \t\n"; in NormalizeLine() local
|