Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DCommentSema.cpp361 InlineCommandComment *Sema::actOnInlineCommand(SourceLocation CommandLocBegin, in actOnInlineCommand()
364 ArrayRef<InlineCommandComment::Argument> Args; in actOnInlineCommand()
366 return new (Allocator) InlineCommandComment( in actOnInlineCommand()
374 InlineCommandComment *Sema::actOnInlineCommand(SourceLocation CommandLocBegin, in actOnInlineCommand()
380 typedef InlineCommandComment::Argument Argument; in actOnInlineCommand()
386 return new (Allocator) InlineCommandComment( in actOnInlineCommand()
404 ArrayRef<InlineCommandComment::Argument> Args; in actOnUnknownCommand()
405 return new (Allocator) InlineCommandComment( in actOnUnknownCommand()
407 InlineCommandComment::RenderNormal, in actOnUnknownCommand()
1052 InlineCommandComment::RenderKind
[all …]
DASTDumper.cpp323 void visitInlineCommandComment(const InlineCommandComment *C);
2009 void ASTDumper::visitInlineCommandComment(const InlineCommandComment *C) { in visitInlineCommandComment()
2012 case InlineCommandComment::RenderNormal: in visitInlineCommandComment()
2015 case InlineCommandComment::RenderBold: in visitInlineCommandComment()
2018 case InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()
2021 case InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
DCommentParser.cpp403 InlineCommandComment *Parser::parseInlineCommand() { in parseInlineCommand()
414 InlineCommandComment *IC; in parseInlineCommand()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Index/
DCommentToXML.cpp233 void visitInlineCommandComment(const InlineCommandComment *C);
270 const InlineCommandComment *C) { in visitInlineCommandComment()
281 case InlineCommandComment::RenderNormal: in visitInlineCommandComment()
288 case InlineCommandComment::RenderBold: in visitInlineCommandComment()
294 case InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()
300 case InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
545 void visitInlineCommandComment(const InlineCommandComment *C);
630 const InlineCommandComment *C) { in visitInlineCommandComment()
641 case InlineCommandComment::RenderNormal: in visitInlineCommandComment()
647 case InlineCommandComment::RenderBold: in visitInlineCommandComment()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DCommentSema.h136 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
140 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
250 InlineCommandComment::RenderKind
DCommentParser.h110 InlineCommandComment *parseInlineCommand();
DComment.h94 friend class InlineCommandComment; variable
290 class InlineCommandComment : public InlineContentComment {
313 InlineCommandComment(SourceLocation LocBegin, in InlineCommandComment() function
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DCommentNodes.td11 def InlineCommandComment : DComment<InlineContentComment>;