Searched refs:isLineComment (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp59 static bool isLineComment(const FormatToken &FormatTok) { function in namespace:clang::format::__anon492
72 MinColumnToken->OriginalColumn + (isLineComment(*MinColumnToken) ? 0 : 1);
73 return isLineComment(FormatTok) && FormatTok.NewlinesBefore == 1 &&
74 isLineComment(*Previous) &&
2588 isLineComment(*Node.Tok)) {

Completed in 281 milliseconds