|
template<class T > |
static void | clang::format::hash_combine (std::size_t &seed, const T &v) |
|
static bool | clang::format::isGoogScope (const UnwrappedLine &Line) |
|
static bool | clang::format::isIIFE (const UnwrappedLine &Line, const AdditionalKeywords &Keywords) |
|
static bool | clang::format::ShouldBreakBeforeBrace (const FormatStyle &Style, const FormatToken &InitialToken) |
|
static bool | clang::format::tokenCanStartNewLine (const FormatToken &Tok) |
|
static bool | clang::format::mustBeJSIdent (const AdditionalKeywords &Keywords, const FormatToken *FormatTok) |
|
static bool | clang::format::mustBeJSIdentOrValue (const AdditionalKeywords &Keywords, const FormatToken *FormatTok) |
|
static bool | clang::format::isJSDeclOrStmt (const AdditionalKeywords &Keywords, const FormatToken *FormatTok) |
|
static bool | clang::format::isC78Type (const FormatToken &Tok) |
|
static bool | clang::format::isC78ParameterDecl (const FormatToken *Tok, const FormatToken *Next, const FormatToken *FuncName) |
|
static FormatToken * | clang::format::getLastNonComment (const UnwrappedLine &Line) |
|
static void | clang::format::markOptionalBraces (FormatToken *LeftBrace) |
|
static bool | clang::format::isCOperatorFollowingVar (tok::TokenKind kind) |
|
static bool | clang::format::continuesLineCommentSection (const FormatToken &FormatTok, const UnwrappedLine &Line, const llvm::Regex &CommentPragmasRegex) |
|
This file contains the implementation of the UnwrappedLineParser, which turns a stream of tokens into UnwrappedLines.
Definition in file UnwrappedLineParser.cpp.