Home
last modified time | relevance | path

Searched refs:TextComment (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/AST/
DComment.cpp108 bool TextComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
121 if (const TextComment *TC = dyn_cast<TextComment>(*I)) { in isWhitespaceNoCache()
DCommentDumper.cpp47 void visitTextComment(const TextComment *C);
113 void CommentDumper::visitTextComment(const TextComment *C) { in visitTextComment()
DCommentSema.cpp284 TextComment *Sema::actOnText(SourceLocation LocBegin, in actOnText()
287 return new (Allocator) TextComment(LocBegin, LocEnd, Text); in actOnText()
/external/clang/tools/libclang/
DCXComment.cpp105 if (const TextComment *TC = dyn_cast<TextComment>(C)) in clang_Comment_isWhitespace()
123 const TextComment *TC = getASTNodeAs<TextComment>(CXC); in clang_TextComment_getText()
544 void visitTextComment(const TextComment *C);
576 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) { in visitTextComment()
859 void visitTextComment(const TextComment *C);
887 void CommentASTToXMLConverter::visitTextComment(const TextComment *C) { in visitTextComment()
/external/clang/include/clang/Basic/
DCommentNodes.td10 def TextComment : DComment<InlineContentComment>;
/external/clang/include/clang/AST/
DComment.h60 friend class TextComment; variable
232 class TextComment : public InlineContentComment {
236 TextComment(SourceLocation LocBegin, in TextComment() function
248 static bool classof(const TextComment *) { return true; } in classof() argument
DCommentSema.h144 TextComment *actOnText(SourceLocation LocBegin,
/external/clang/unittests/AST/
DCommentParser.cpp120 TextComment *TC; in HasTextAt()
141 TextComment *TC; in HasTextWithNewlineAt()