Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DCommentToXML.cpp229 void visitInlineCommandComment(const InlineCommandComment *C);
266 const InlineCommandComment *C) { in visitInlineCommandComment()
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()
540 void visitInlineCommandComment(const InlineCommandComment *C);
615 const InlineCommandComment *C) { in visitInlineCommandComment()
626 case InlineCommandComment::RenderNormal: in visitInlineCommandComment()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DCommentSema.cpp366 InlineCommandComment *Sema::actOnInlineCommand(SourceLocation CommandLocBegin, in actOnInlineCommand()
369 ArrayRef<InlineCommandComment::Argument> Args; in actOnInlineCommand()
371 return new (Allocator) InlineCommandComment( in actOnInlineCommand()
379 InlineCommandComment *Sema::actOnInlineCommand(SourceLocation CommandLocBegin, 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()
412 InlineCommandComment::RenderNormal, in actOnUnknownCommand()
1176 InlineCommandComment::RenderKind
[all …]
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()
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()
DCommentParser.cpp402 InlineCommandComment *Parser::parseInlineCommand() { in parseInlineCommand()
413 InlineCommandComment *IC; in parseInlineCommand()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DCommentSema.h131 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
135 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
252 InlineCommandComment::RenderKind
DCommentParser.h105 InlineCommandComment *parseInlineCommand();
DComment.h93 friend class InlineCommandComment; variable
297 class InlineCommandComment : public InlineContentComment {
321 InlineCommandComment(SourceLocation LocBegin, in InlineCommandComment() function
DTextNodeDumper.h210 void visitInlineCommandComment(const comments::InlineCommandComment *C,
DJSONNodeDumper.h334 void visitInlineCommandComment(const comments::InlineCommandComment *C,
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DCommentNodes.td11 def InlineCommandComment : CommentNode<InlineContentComment>;