Searched refs:InlineContentComment (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Basic/ |
D | CommentNodes.td | 9 def InlineContentComment : Comment<1>; 10 def TextComment : DComment<InlineContentComment>; 11 def InlineCommandComment : DComment<InlineContentComment>; 12 def HTMLTagComment : DComment<InlineContentComment, 1>;
|
/external/clang/include/clang/AST/ |
D | Comment.h | 70 friend class InlineContentComment; variable 242 class InlineContentComment : public Comment { 244 InlineContentComment(CommentKind K, in InlineContentComment() function 267 class TextComment : public InlineContentComment { 274 InlineContentComment(TextCommentKind, LocBegin, LocEnd), in TextComment() 303 class InlineCommandComment : public InlineContentComment { 331 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd), in InlineCommandComment() 377 class HTMLTagComment : public InlineContentComment { 388 InlineContentComment(K, LocBegin, LocEnd), in HTMLTagComment() 553 ArrayRef<InlineContentComment *> Content; [all …]
|
D | CommentSema.h | 88 ArrayRef<InlineContentComment *> Content); 143 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin, 147 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
|
/external/clang/tools/libclang/ |
D | CXComment.cpp | 124 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC); in clang_InlineContentComment_hasTrailingNewline()
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 46 ArrayRef<InlineContentComment *> Content) { in actOnParagraphComment() 397 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand() 404 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand()
|
D | CommentParser.cpp | 554 SmallVector<InlineContentComment *, 8> Content; in parseParagraphOrBlockCommand()
|