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

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

Completed in 60 milliseconds