Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp140 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getCommandName()
150 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getRenderKind()
155 case InlineCommandComment::RenderNormal: in clang_InlineCommandComment_getRenderKind()
158 case InlineCommandComment::RenderBold: in clang_InlineCommandComment_getRenderKind()
161 case InlineCommandComment::RenderMonospaced: in clang_InlineCommandComment_getRenderKind()
164 case InlineCommandComment::RenderEmphasized: in clang_InlineCommandComment_getRenderKind()
171 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getNumArgs()
180 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getArgText()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A 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()
1085 InlineCommandComment::RenderKind
[all …]
H A DASTDumper.cpp538 void visitInlineCommandComment(const InlineCommandComment *C);
2100 void ASTDumper::visitInlineCommandComment(const InlineCommandComment *C) { in visitInlineCommandComment()
2103 case InlineCommandComment::RenderNormal: in visitInlineCommandComment()
2106 case InlineCommandComment::RenderBold: in visitInlineCommandComment()
2109 case InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()
2112 case InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
H A DCommentParser.cpp403 InlineCommandComment *Parser::parseInlineCommand() { in parseInlineCommand()
414 InlineCommandComment *IC; in parseInlineCommand()
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DCommentToXML.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 …]
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h136 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
140 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
250 InlineCommandComment::RenderKind
H A DCommentParser.h110 InlineCommandComment *parseInlineCommand();
H A DComment.h94 friend class InlineCommandComment; variable
303 class InlineCommandComment : public InlineContentComment {
326 InlineCommandComment(SourceLocation LocBegin, in InlineCommandComment() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DCommentNodes.td11 def InlineCommandComment : DComment<InlineContentComment>;
/minix3/external/bsd/llvm/dist/clang/unittests/AST/
H A DCommentParser.cpp266 InlineCommandComment *&ICC, in HasInlineCommandAt()
286 InlineCommandComment *&ICC, in HasInlineCommandAt()
304 InlineCommandComment *&ICC, in HasInlineCommandAt()
999 InlineCommandComment *ICC; in TEST_F()
1016 InlineCommandComment *ICC; in TEST_F()
1034 InlineCommandComment *ICC; in TEST_F()
1051 InlineCommandComment *ICC; in TEST_F()
1069 InlineCommandComment *ICC; in TEST_F()