Home
last modified time | relevance | path

Searched refs:InlineCommandComment (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp277 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 …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp369 ArrayRef<InlineCommandComment::Argument> Args; in actOnInlineCommand()
371 return new (Allocator) InlineCommandComment( in actOnInlineCommand()
385 typedef InlineCommandComment::Argument Argument; in actOnInlineCommand()
391 return new (Allocator) InlineCommandComment( in actOnInlineCommand()
409 ArrayRef<InlineCommandComment::Argument> Args; in actOnUnknownCommand()
410 return new (Allocator) InlineCommandComment( in actOnUnknownCommand()
1176 InlineCommandComment::RenderKind
1181 .Case("b", InlineCommandComment::RenderBold) in getInlineCommandRenderKind()
1182 .Cases("c", "p", InlineCommandComment::RenderMonospaced) in getInlineCommandRenderKind()
1184 .Case("anchor", InlineCommandComment::RenderAnchor) in getInlineCommandRenderKind()
[all …]
H A DJSONNodeDumper.cpp1571 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
1575 case comments::InlineCommandComment::RenderNormal: in visitInlineCommandComment()
1578 case comments::InlineCommandComment::RenderBold: in visitInlineCommandComment()
1581 case comments::InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
1584 case comments::InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()
1587 case comments::InlineCommandComment::RenderAnchor: in visitInlineCommandComment()
H A DTextNodeDumper.cpp767 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment()
770 case comments::InlineCommandComment::RenderNormal: in visitInlineCommandComment()
773 case comments::InlineCommandComment::RenderBold: in visitInlineCommandComment()
776 case comments::InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()
779 case comments::InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
782 case comments::InlineCommandComment::RenderAnchor: in visitInlineCommandComment()
H A DCommentParser.cpp402 InlineCommandComment *Parser::parseInlineCommand() { in parseInlineCommand()
413 InlineCommandComment *IC; in parseInlineCommand()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h131 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
135 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
252 InlineCommandComment::RenderKind
H A DCommentParser.h105 InlineCommandComment *parseInlineCommand();
H A DComment.h93 friend class InlineCommandComment; variable
297 class InlineCommandComment : public InlineContentComment {
321 InlineCommandComment(SourceLocation LocBegin, in InlineCommandComment() function
H A DTextNodeDumper.h210 void visitInlineCommandComment(const comments::InlineCommandComment *C,
H A DJSONNodeDumper.h334 void visitInlineCommandComment(const comments::InlineCommandComment *C,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCommentNodes.td11 def InlineCommandComment : CommentNode<InlineContentComment>;