Searched refs:InlineCommandComment (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | CXComment.cpp | 136 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getCommandName() 146 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getRenderKind() 151 case InlineCommandComment::RenderNormal: in clang_InlineCommandComment_getRenderKind() 154 case InlineCommandComment::RenderBold: in clang_InlineCommandComment_getRenderKind() 157 case InlineCommandComment::RenderMonospaced: in clang_InlineCommandComment_getRenderKind() 160 case InlineCommandComment::RenderEmphasized: in clang_InlineCommandComment_getRenderKind() 163 case InlineCommandComment::RenderAnchor: in clang_InlineCommandComment_getRenderKind() 170 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getNumArgs() 179 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getArgText()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 277 case InlineCommandComment::RenderNormal: in visitInlineCommandComment() 284 case InlineCommandComment::RenderBold: in visitInlineCommandComment() 290 case InlineCommandComment::RenderMonospaced: in visitInlineCommandComment() 296 case InlineCommandComment::RenderEmphasized: in visitInlineCommandComment() 302 case InlineCommandComment::RenderAnchor: in visitInlineCommandComment() 615 const InlineCommandComment *C) { in visitInlineCommandComment() 626 case InlineCommandComment::RenderNormal: in visitInlineCommandComment() 632 case InlineCommandComment::RenderBold: in visitInlineCommandComment() 638 case InlineCommandComment::RenderMonospaced: in visitInlineCommandComment() 644 case InlineCommandComment::RenderEmphasized: in visitInlineCommandComment() [all …]
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | CommentSema.cpp | 360 InlineCommandComment * 367 InlineCommandComment(CommandLocBegin, CommandLocEnd, CommandID, in actOnInlineCommand() 381 ArrayRef<InlineCommandComment::Argument> Args; in actOnUnknownCommand() 382 return new (Allocator) InlineCommandComment( in actOnUnknownCommand() 384 InlineCommandComment::RenderNormal, in actOnUnknownCommand() 1111 InlineCommandComment::RenderKind 1115 return llvm::StringSwitch<InlineCommandComment::RenderKind>(Name) in getInlineCommandRenderKind() 1116 .Case("b", InlineCommandComment::RenderBold) in getInlineCommandRenderKind() 1117 .Cases("c", "p", InlineCommandComment::RenderMonospaced) in getInlineCommandRenderKind() 1119 .Case("anchor", InlineCommandComment::RenderAnchor) in getInlineCommandRenderKind() [all …]
|
| H A D | JSONNodeDumper.cpp | 1580 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment() 1584 case comments::InlineCommandComment::RenderNormal: in visitInlineCommandComment() 1587 case comments::InlineCommandComment::RenderBold: in visitInlineCommandComment() 1590 case comments::InlineCommandComment::RenderEmphasized: in visitInlineCommandComment() 1593 case comments::InlineCommandComment::RenderMonospaced: in visitInlineCommandComment() 1596 case comments::InlineCommandComment::RenderAnchor: in visitInlineCommandComment()
|
| H A D | TextNodeDumper.cpp | 769 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment() 772 case comments::InlineCommandComment::RenderNormal: in visitInlineCommandComment() 775 case comments::InlineCommandComment::RenderBold: in visitInlineCommandComment() 778 case comments::InlineCommandComment::RenderMonospaced: in visitInlineCommandComment() 781 case comments::InlineCommandComment::RenderEmphasized: in visitInlineCommandComment() 784 case comments::InlineCommandComment::RenderAnchor: in visitInlineCommandComment()
|
| H A D | CommentParser.cpp | 399 InlineCommandComment *Parser::parseInlineCommand() { in parseInlineCommand() 410 InlineCommandComment *IC = S.actOnInlineCommand( in parseInlineCommand()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CommentSema.h | 131 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin, 247 InlineCommandComment::RenderKind
|
| H A D | CommentParser.h | 104 InlineCommandComment *parseInlineCommand();
|
| H A D | Comment.h | 93 friend class InlineCommandComment; variable 302 class InlineCommandComment : public InlineContentComment { 319 InlineCommandComment(SourceLocation LocBegin, in InlineCommandComment() function
|
| H A D | TextNodeDumper.h | 210 void visitInlineCommandComment(const comments::InlineCommandComment *C,
|
| H A D | JSONNodeDumper.h | 335 void visitInlineCommandComment(const comments::InlineCommandComment *C,
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | CommentParser.cpp | 264 InlineCommandComment *&ICC, in HasInlineCommandAt() 284 InlineCommandComment *&ICC, in HasInlineCommandAt() 302 InlineCommandComment *&ICC, in HasInlineCommandAt() 997 InlineCommandComment *ICC; in TEST_F() 1014 InlineCommandComment *ICC; in TEST_F() 1032 InlineCommandComment *ICC; in TEST_F() 1049 InlineCommandComment *ICC; in TEST_F() 1067 InlineCommandComment *ICC; in TEST_F()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | CommentNodes.td | 11 def InlineCommandComment : CommentNode<InlineContentComment>;
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | Serialize.cpp | 71 void visitInlineCommandComment(const InlineCommandComment *C); 105 const InlineCommandComment *C) { in visitInlineCommandComment()
|