Home
last modified time | relevance | path

Searched defs:Whitespaces (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h199 WhitespaceManager &Whitespaces) const {} in reflow()
207 WhitespaceManager &Whitespaces) const {} in adaptStartOfLine()
223 WhitespaceManager &Whitespaces) const { in replaceWhitespaceAfterLastLine()
236 virtual void updateAfterBroken(WhitespaceManager &Whitespaces) const {} in updateAfterBroken()
268 WhitespaceManager &Whitespaces) const override {} in compressWhitespace()
H A DUnwrappedLineFormatter.h31 WhitespaceManager *Whitespaces, in UnwrappedLineFormatter()
67 WhitespaceManager *Whitespaces; variable
H A DUnwrappedLineFormatter.cpp986 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, in LineFormatter()
1083 WhitespaceManager *Whitespaces; member in clang::format::__anon1029540c0111::LineFormatter
1092 WhitespaceManager *Whitespaces, in NoColumnLimitLineFormatter()
1120 WhitespaceManager *Whitespaces, const FormatStyle &Style, in NoLineBreakFormatter()
1143 WhitespaceManager *Whitespaces, in OptimizingLineFormatter()
H A DDefinitionBlockSeparator.cpp70 WhitespaceManager Whitespaces( in separateBlocks() local
H A DContinuationIndenter.h195 WhitespaceManager &Whitespaces; variable
H A DContinuationIndenter.cpp238 WhitespaceManager &Whitespaces, in ContinuationIndenter()
H A DFormat.cpp2403 WhitespaceManager Whitespaces( in analyze() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp139 static StringRef Whitespaces = " \t\n"; in NormalizeLine() local