Searched refs:TextComment (Results 1 – 8 of 8) sorted by relevance
96 bool TextComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()107 if (const TextComment *TC = dyn_cast<TextComment>(*I)) { in isWhitespaceNoCache()
414 TextComment *Sema::actOnText(SourceLocation LocBegin, in actOnText()417 return new (Allocator) TextComment(LocBegin, LocEnd, Text); in actOnText()
446 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
10 def TextComment : DComment<InlineContentComment>;
230 void visitTextComment(const TextComment *C);263 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) { in visitTextComment()537 void visitTextComment(const TextComment *C);608 void CommentASTToXMLConverter::visitTextComment(const TextComment *C) { in visitTextComment()
81 friend class TextComment; variable263 class TextComment : public InlineContentComment {267 TextComment(SourceLocation LocBegin, in TextComment() function
151 TextComment *actOnText(SourceLocation LocBegin,
187 void visitTextComment(const comments::TextComment *C,