Lines Matching refs:Parser
1 //===--- CommentParser.cpp - Doxygen comment parser -----------------------===//
24 Parser &P;
138 TextTokenRetokenizer(llvm::BumpPtrAllocator &Allocator, Parser &P):
248 Parser::Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
256 void Parser::parseParamCommandArgs(ParamCommandComment *PC,
274 void Parser::parseTParamCommandArgs(TParamCommandComment *TPC,
284 void Parser::parseBlockCommandArgs(BlockCommandComment *BC,
302 BlockCommandComment *Parser::parseBlockCommand() {
394 InlineCommandComment *Parser::parseInlineCommand() {
424 HTMLStartTagComment *Parser::parseHTMLStartTag() {
529 HTMLEndTagComment *Parser
544 BlockContentComment *Parser::parseParagraphOrBlockCommand() {
634 VerbatimBlockComment *Parser::parseVerbatimBlock() {
681 VerbatimLineComment *Parser::parseVerbatimLine() {
707 BlockContentComment *Parser::parseBlockContent() {
738 FullComment *Parser::parseFullComment() {