Searched refs:TextComment (Results 1 – 11 of 11) sorted by relevance
110 if (const TextComment *TC = dyn_cast<TextComment>(C)) in clang_Comment_isWhitespace()128 const TextComment *TC = getASTNodeAs<TextComment>(CXC); in clang_TextComment_getText()
110 bool TextComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()116 if (const TextComment *TC = dyn_cast<TextComment>(*I)) { in isWhitespaceNoCache()
388 TextComment *Sema::actOnText(SourceLocation LocBegin, in actOnText()391 return new (Allocator) TextComment(LocBegin, LocEnd, Text); in actOnText()
1606 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
763 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; variable266 class TextComment : public InlineContentComment {270 TextComment(SourceLocation LocBegin, in TextComment() function
144 TextComment *actOnText(SourceLocation LocBegin,
208 void visitTextComment(const comments::TextComment *C,
338 void visitTextComment(const comments::TextComment *C,