Home
last modified time | relevance | path

Searched refs:tokenCanStartNewLine (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp928 static bool tokenCanStartNewLine(const FormatToken &Tok) { in tokenCanStartNewLine() function
1532 tokenCanStartNewLine(*FormatTok) && Text == Text.upper()) { in parseStructuralElement()