Searched refs:InlineCommandComment (Results 1 – 8 of 8) sorted by relevance
361 InlineCommandComment *Sema::actOnInlineCommand(SourceLocation CommandLocBegin, in actOnInlineCommand()364 ArrayRef<InlineCommandComment::Argument> Args; in actOnInlineCommand()366 return new (Allocator) InlineCommandComment( in actOnInlineCommand()374 InlineCommandComment *Sema::actOnInlineCommand(SourceLocation CommandLocBegin, in actOnInlineCommand()380 typedef InlineCommandComment::Argument Argument; in actOnInlineCommand()386 return new (Allocator) InlineCommandComment( in actOnInlineCommand()404 ArrayRef<InlineCommandComment::Argument> Args; in actOnUnknownCommand()405 return new (Allocator) InlineCommandComment( in actOnUnknownCommand()407 InlineCommandComment::RenderNormal, in actOnUnknownCommand()1052 InlineCommandComment::RenderKind[all …]
323 void visitInlineCommandComment(const InlineCommandComment *C);2009 void ASTDumper::visitInlineCommandComment(const InlineCommandComment *C) { in visitInlineCommandComment()2012 case InlineCommandComment::RenderNormal: in visitInlineCommandComment()2015 case InlineCommandComment::RenderBold: in visitInlineCommandComment()2018 case InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()2021 case InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
403 InlineCommandComment *Parser::parseInlineCommand() { in parseInlineCommand()414 InlineCommandComment *IC; in parseInlineCommand()
233 void visitInlineCommandComment(const InlineCommandComment *C);270 const InlineCommandComment *C) { in visitInlineCommandComment()281 case InlineCommandComment::RenderNormal: in visitInlineCommandComment()288 case InlineCommandComment::RenderBold: in visitInlineCommandComment()294 case InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()300 case InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()545 void visitInlineCommandComment(const InlineCommandComment *C);630 const InlineCommandComment *C) { in visitInlineCommandComment()641 case InlineCommandComment::RenderNormal: in visitInlineCommandComment()647 case InlineCommandComment::RenderBold: in visitInlineCommandComment()[all …]
136 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,140 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,250 InlineCommandComment::RenderKind
110 InlineCommandComment *parseInlineCommand();
94 friend class InlineCommandComment; variable290 class InlineCommandComment : public InlineContentComment {313 InlineCommandComment(SourceLocation LocBegin, in InlineCommandComment() function
11 def InlineCommandComment : DComment<InlineContentComment>;