Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDCommentSema.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()
1085 InlineCommandComment::RenderKind
[all …]
HDASTDumper.cpp545 void visitInlineCommandComment(const InlineCommandComment *C);
2186 void ASTDumper::visitInlineCommandComment(const InlineCommandComment *C) { in visitInlineCommandComment()
2189 case InlineCommandComment::RenderNormal: in visitInlineCommandComment()
2192 case InlineCommandComment::RenderBold: in visitInlineCommandComment()
2195 case InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()
2198 case InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
HDCommentParser.cpp403 InlineCommandComment *Parser::parseInlineCommand() { in parseInlineCommand()
414 InlineCommandComment *IC; in parseInlineCommand()
/NextBSD/contrib/llvm/tools/clang/lib/Index/
HDCommentToXML.cpp232 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()
544 void visitInlineCommandComment(const InlineCommandComment *C);
625 const InlineCommandComment *C) { in visitInlineCommandComment()
636 case InlineCommandComment::RenderNormal: in visitInlineCommandComment()
642 case InlineCommandComment::RenderBold: in visitInlineCommandComment()
[all …]
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDCommentSema.h136 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
140 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
250 InlineCommandComment::RenderKind
HDCommentParser.h106 InlineCommandComment *parseInlineCommand();
HDComment.h94 friend class InlineCommandComment; variable
303 class InlineCommandComment : public InlineContentComment {
326 InlineCommandComment(SourceLocation LocBegin, in InlineCommandComment() function
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDCommentNodes.td11 def InlineCommandComment : DComment<InlineContentComment>;