Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXComment.cpp114 if (const TextComment *TC = dyn_cast<TextComment>(C)) in clang_Comment_isWhitespace()
132 const TextComment *TC = getASTNodeAs<TextComment>(CXC); in clang_TextComment_getText()
/external/clang/lib/AST/
DComment.cpp97 bool TextComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
108 if (const TextComment *TC = dyn_cast<TextComment>(*I)) { in isWhitespaceNoCache()
DCommentSema.cpp414 TextComment *Sema::actOnText(SourceLocation LocBegin, in actOnText()
417 return new (Allocator) TextComment(LocBegin, LocEnd, Text); in actOnText()
DASTDumper.cpp564 void visitTextComment(const TextComment *C);
2344 void ASTDumper::visitTextComment(const TextComment *C) { in visitTextComment()
/external/clang/include/clang/Basic/
DCommentNodes.td10 def TextComment : DComment<InlineContentComment>;
/external/clang/lib/Index/
DCommentToXML.cpp231 void visitTextComment(const TextComment *C);
264 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) { in visitTextComment()
542 void visitTextComment(const TextComment *C);
618 void CommentASTToXMLConverter::visitTextComment(const TextComment *C) { in visitTextComment()
/external/clang/include/clang/AST/
DComment.h81 friend class TextComment; variable
267 class TextComment : public InlineContentComment {
271 TextComment(SourceLocation LocBegin, in TextComment() function
DCommentSema.h151 TextComment *actOnText(SourceLocation LocBegin,
/external/clang/unittests/AST/
DCommentParser.cpp121 TextComment *TC; in HasTextAt()
142 TextComment *TC; in HasTextWithNewlineAt()