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()
369 comments::CommandTraits EmptyTraits(Allocator, DefOpts); in getFormattedText()
370 comments::Lexer L(Allocator, Diags, EmptyTraits, getSourceRange().getBegin(), in getFormattedText()
385 comments::Token Tok; in getFormattedText()
389 if (Tok.is(comments::tok::eof)) in getFormattedText()
391 if (Tok.is(comments::tok::newline)) { in getFormattedText()
422 for (L.lex(Tok); Tok.isNot(comments::tok::eof); L.lex(Tok)) { in getFormattedText()
423 if (Tok.is(comments::tok::newline)) { in getFormattedText()