Lines Matching refs:comments
188 comments::Lexer L(Allocator, Context.getDiagnostics(), in extractBriefText()
192 comments::BriefParser P(L, Context.getCommentCommandTraits()); in extractBriefText()
204 comments::FullComment *RawComment::parse(const ASTContext &Context, in parse()
210 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(), in parse()
214 comments::Sema S(Context.getAllocator(), Context.getSourceManager(), in parse()
219 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(), in parse()
388 comments::CommandTraits EmptyTraits(Allocator, DefOpts); in getFormattedLines()
389 comments::Lexer L(Allocator, Diags, EmptyTraits, getSourceRange().getBegin(), in getFormattedLines()
414 comments::Token Tok; in getFormattedLines()
418 if (Tok.is(comments::tok::eof)) in getFormattedLines()
420 if (Tok.is(comments::tok::newline)) { in getFormattedLines()
460 for (L.lex(Tok); Tok.isNot(comments::tok::eof); L.lex(Tok)) { in getFormattedLines()
461 if (Tok.is(comments::tok::newline)) { in getFormattedLines()