Lines Matching refs:comments
187 comments::Lexer L(Allocator, Context.getDiagnostics(), in extractBriefText()
191 comments::BriefParser P(L, Context.getCommentCommandTraits()); in extractBriefText()
203 comments::FullComment *RawComment::parse(const ASTContext &Context, in parse()
209 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(), in parse()
213 comments::Sema S(Context.getAllocator(), Context.getSourceManager(), in parse()
218 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(), in parse()
349 comments::CommandTraits EmptyTraits(Allocator, DefOpts); in getFormattedText()
350 comments::Lexer L(Allocator, Diags, EmptyTraits, getSourceRange().getBegin(), in getFormattedText()
365 comments::Token Tok; in getFormattedText()
369 if (Tok.is(comments::tok::eof)) in getFormattedText()
371 if (Tok.is(comments::tok::newline)) { in getFormattedText()
402 for (L.lex(Tok); Tok.isNot(comments::tok::eof); L.lex(Tok)) { in getFormattedText()
403 if (Tok.is(comments::tok::newline)) { in getFormattedText()