Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp364 auto LexLine = [&](bool IsFirstLine) -> bool { in getFormattedText() local
419 if (!LexLine(/*IsFirstLine=*/true)) { in getFormattedText()
424 while (LexLine(/*IsFirstLine=*/false)) in getFormattedText()