Home
last modified time | relevance | path

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

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