Searched refs:InlineCommandComment (Results 1 – 10 of 10) sorted by relevance
140 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getCommandName()150 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getRenderKind()155 case InlineCommandComment::RenderNormal: in clang_InlineCommandComment_getRenderKind()158 case InlineCommandComment::RenderBold: in clang_InlineCommandComment_getRenderKind()161 case InlineCommandComment::RenderMonospaced: in clang_InlineCommandComment_getRenderKind()164 case InlineCommandComment::RenderEmphasized: in clang_InlineCommandComment_getRenderKind()171 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getNumArgs()180 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getArgText()
364 InlineCommandComment *Sema::actOnInlineCommand(SourceLocation CommandLocBegin, in actOnInlineCommand()367 ArrayRef<InlineCommandComment::Argument> Args; in actOnInlineCommand()369 return new (Allocator) InlineCommandComment( in actOnInlineCommand()377 InlineCommandComment *Sema::actOnInlineCommand(SourceLocation CommandLocBegin, in actOnInlineCommand()383 typedef InlineCommandComment::Argument Argument; in actOnInlineCommand()389 return new (Allocator) InlineCommandComment( in actOnInlineCommand()407 ArrayRef<InlineCommandComment::Argument> Args; in actOnUnknownCommand()408 return new (Allocator) InlineCommandComment( in actOnUnknownCommand()410 InlineCommandComment::RenderNormal, in actOnUnknownCommand()1083 InlineCommandComment::RenderKind[all …]
565 void visitInlineCommandComment(const InlineCommandComment *C);2348 void ASTDumper::visitInlineCommandComment(const InlineCommandComment *C) { in visitInlineCommandComment()2351 case InlineCommandComment::RenderNormal: in visitInlineCommandComment()2354 case InlineCommandComment::RenderBold: in visitInlineCommandComment()2357 case InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()2360 case InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
403 InlineCommandComment *Parser::parseInlineCommand() { in parseInlineCommand()414 InlineCommandComment *IC; in parseInlineCommand()
232 void visitInlineCommandComment(const InlineCommandComment *C);269 const InlineCommandComment *C) { in visitInlineCommandComment()280 case InlineCommandComment::RenderNormal: in visitInlineCommandComment()287 case InlineCommandComment::RenderBold: in visitInlineCommandComment()293 case InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()299 case InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()543 void visitInlineCommandComment(const InlineCommandComment *C);623 const InlineCommandComment *C) { in visitInlineCommandComment()634 case InlineCommandComment::RenderNormal: in visitInlineCommandComment()640 case InlineCommandComment::RenderBold: in visitInlineCommandComment()[all …]
132 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,136 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,246 InlineCommandComment::RenderKind
106 InlineCommandComment *parseInlineCommand();
94 friend class InlineCommandComment; variable303 class InlineCommandComment : public InlineContentComment {326 InlineCommandComment(SourceLocation LocBegin, in InlineCommandComment() function
266 InlineCommandComment *&ICC, in HasInlineCommandAt()286 InlineCommandComment *&ICC, in HasInlineCommandAt()304 InlineCommandComment *&ICC, in HasInlineCommandAt()999 InlineCommandComment *ICC; in TEST_F()1016 InlineCommandComment *ICC; in TEST_F()1034 InlineCommandComment *ICC; in TEST_F()1051 InlineCommandComment *ICC; in TEST_F()1069 InlineCommandComment *ICC; in TEST_F()
11 def InlineCommandComment : DComment<InlineContentComment>;