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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DWhitespaceManager.h125 unsigned NewlinesBefore; member in struct:clang::format::WhitespaceManager::Change
H A DWhitespaceManager.cpp27 Change(const FormatToken &Tok, bool CreateReplacement, SourceRange OriginalWhitespaceRange, int Spaces, unsigned StartOfTokenColumn, unsigned NewlinesBefore, StringRef PreviousLinePostfix, StringRef CurrentLinePrefix, bool ContinuesPPDirective, bool IsInsideToken) argument
[all...]
H A DFormatToken.h141 unsigned NewlinesBefore = 0; member in struct:clang::format::FormatToken

Completed in 281 milliseconds