|
static bool | clang::format::IsBlank (char C) |
|
static StringRef | clang::format::getLineCommentIndentPrefix (StringRef Comment, const FormatStyle &Style) |
|
static BreakableToken::Split | clang::format::getCommentSplit (StringRef Text, unsigned ContentStartColumn, unsigned ColumnLimit, unsigned TabWidth, encoding::Encoding Encoding, const FormatStyle &Style, bool DecorationEndsWithStar=false) |
|
static BreakableToken::Split | clang::format::getStringSplit (StringRef Text, unsigned UsedColumns, unsigned ColumnLimit, unsigned TabWidth, encoding::Encoding Encoding) |
|
bool | clang::format::switchesFormatting (const FormatToken &Token) |
| Checks if Token switches formatting, like /* clang-format off */. More...
|
|
static bool | clang::format::mayReflowContent (StringRef Content) |
|
Contains implementation of BreakableToken class and classes derived from it.
Definition in file BreakableToken.cpp.