Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
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()
/external/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()
1085 InlineCommandComment::RenderKind
[all …]
DASTDumper.cpp547 void visitInlineCommandComment(const InlineCommandComment *C);
2199 void ASTDumper::visitInlineCommandComment(const InlineCommandComment *C) { in visitInlineCommandComment()
2202 case InlineCommandComment::RenderNormal: in visitInlineCommandComment()
2205 case InlineCommandComment::RenderBold: in visitInlineCommandComment()
2208 case InlineCommandComment::RenderMonospaced: in visitInlineCommandComment()
2211 case InlineCommandComment::RenderEmphasized: in visitInlineCommandComment()
DCommentParser.cpp403 InlineCommandComment *Parser::parseInlineCommand() { in parseInlineCommand()
414 InlineCommandComment *IC; in parseInlineCommand()
/external/clang/lib/Index/
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()
543 void visitInlineCommandComment(const InlineCommandComment *C);
624 const InlineCommandComment *C) { in visitInlineCommandComment()
635 case InlineCommandComment::RenderNormal: in visitInlineCommandComment()
641 case InlineCommandComment::RenderBold: in visitInlineCommandComment()
[all …]
/external/clang/include/clang/AST/
DCommentSema.h132 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
136 InlineCommandComment *actOnInlineCommand(SourceLocation CommandLocBegin,
246 InlineCommandComment::RenderKind
DCommentParser.h106 InlineCommandComment *parseInlineCommand();
DComment.h94 friend class InlineCommandComment; variable
303 class InlineCommandComment : public InlineContentComment {
326 InlineCommandComment(SourceLocation LocBegin, in InlineCommandComment() function
/external/clang/include/clang/Basic/
DCommentNodes.td11 def InlineCommandComment : DComment<InlineContentComment>;
/external/clang/unittests/AST/
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()