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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.h65 WhitespaceManager *Whitespaces; member in class:clang::format::UnwrappedLineFormatter
33 UnwrappedLineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, const AdditionalKeywords &Keywords, bool *IncompleteFormat) argument
H A DBreakableToken.h71 replaceWhitespaceBefore(unsigned LineIndex, WhitespaceManager &Whitespaces) argument
[all...]
H A DContinuationIndenter.h141 WhitespaceManager &Whitespaces; member in class:clang::format::ContinuationIndenter
H A DBreakableToken.cpp170 insertBreak(unsigned LineIndex, unsigned TailOffset, Split Split, WhitespaceManager &Whitespaces) argument
225 insertBreak(unsigned LineIndex, unsigned TailOffset, Split Split, WhitespaceManager &Whitespaces) argument
233 replaceWhitespace(unsigned LineIndex, unsigned TailOffset, Split Split, WhitespaceManager &Whitespaces) argument
242 replaceWhitespaceBefore( unsigned LineIndex, WhitespaceManager &Whitespaces) argument
385 insertBreak(unsigned LineIndex, unsigned TailOffset, Split Split, WhitespaceManager &Whitespaces) argument
405 replaceWhitespace(unsigned LineIndex, unsigned TailOffset, Split Split, WhitespaceManager &Whitespaces) argument
417 replaceWhitespaceBefore( unsigned LineIndex, WhitespaceManager &Whitespaces) argument
[all...]
H A DContinuationIndenter.cpp65 ContinuationIndenter(const FormatStyle &Style, const AdditionalKeywords &Keywords, SourceManager &SourceMgr, WhitespaceManager &Whitespaces, encoding::Encoding Encoding, bool BinPackInconclusiveFunctions) argument
H A DUnwrappedLineFormatter.cpp475 LineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, argument
566 WhitespaceManager *Whitespaces; member in class:clang::format::__anon3865::LineFormatter
574 NoColumnLimitLineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, UnwrappedLineFormatter *BlockFormatter) argument
602 NoLineBreakFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, UnwrappedLineFormatter *BlockFormatter) argument
623 OptimizingLineFormatter(ContinuationIndenter *Indenter, WhitespaceManager *Whitespaces, const FormatStyle &Style, UnwrappedLineFormatter *BlockFormatter) argument
[all...]
H A DFormat.cpp1714 WhitespaceManager Whitespaces; member in class:clang::format::__anon3863::Formatter
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp131 static StringRef Whitespaces = " \t\n"; local

Completed in 49 milliseconds