Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp413 auto LexLine = [&](bool IsFirstLine) -> bool { in getFormattedLines() local
479 if (!LexLine(/*IsFirstLine=*/true)) in getFormattedLines()
482 while (LexLine(/*IsFirstLine=*/false)) in getFormattedLines()