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()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()
1514 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
720 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,
205 void visitTextComment(const comments::TextComment *C,
327 void visitTextComment(const comments::TextComment *C,