Home
last modified time | relevance | path

Searched refs:InlineContentComment (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Basic/
DCommentNodes.td9 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/
DComment.h49 friend class InlineContentComment; variable
205 class InlineContentComment : public Comment {
207 InlineContentComment(CommentKind K, in InlineContentComment() function
220 static bool classof(const InlineContentComment *) { return true; } in classof() argument
232 class TextComment : public InlineContentComment {
239 InlineContentComment(TextCommentKind, LocBegin, LocEnd), in TextComment()
270 class InlineCommandComment : public InlineContentComment {
298 InlineContentComment(InlineCommandCommentKind, LocBegin, LocEnd), in InlineCommandComment()
347 class HTMLTagComment : public InlineContentComment {
358 InlineContentComment(K, LocBegin, LocEnd), in HTMLTagComment()
[all …]
DCommentSema.h88 ArrayRef<InlineContentComment *> Content);
140 InlineContentComment *actOnUnknownCommand(SourceLocation LocBegin,
/external/clang/lib/AST/
DCommentParser.cpp338 ArrayRef<InlineContentComment *>()); in parseBlockCommand()
533 SmallVector<InlineContentComment *, 8> Content; in parseParagraphOrBlockCommand()
DCommentSema.cpp41 ArrayRef<InlineContentComment *> Content) { in actOnParagraphComment()
273 InlineContentComment *Sema::actOnUnknownCommand(SourceLocation LocBegin, in actOnUnknownCommand()
/external/clang/tools/libclang/
DCXComment.cpp115 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC); in clang_InlineContentComment_hasTrailingNewline()