Searched refs:TextComment (Results 1 – 10 of 10) sorted by relevance
110 bool TextComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()121 if (const TextComment *TC = dyn_cast<TextComment>(*I)) { in isWhitespaceNoCache()
416 TextComment *Sema::actOnText(SourceLocation LocBegin, in actOnText()419 return new (Allocator) TextComment(LocBegin, LocEnd, Text); in actOnText()
1565 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
761 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
10 def TextComment : CommentNode<InlineContentComment>;
228 void visitTextComment(const TextComment *C);261 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) { in visitTextComment()539 void visitTextComment(const TextComment *C);610 void CommentASTToXMLConverter::visitTextComment(const TextComment *C) { in visitTextComment()
80 friend class TextComment; variable261 class TextComment : public InlineContentComment {265 TextComment(SourceLocation LocBegin, in TextComment() function
150 TextComment *actOnText(SourceLocation LocBegin,
208 void visitTextComment(const comments::TextComment *C,
332 void visitTextComment(const comments::TextComment *C,