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

/external/clang/lib/AST/
H A DComment.cpp97 bool TextComment::isWhitespaceNoCache() const {
108 if (const TextComment *TC = dyn_cast<TextComment>(*I)) {
H A DASTDumper.cpp58 // Comment names (FullComment, ParagraphComment, TextComment, etc)
362 void visitTextComment(const TextComment *C);
2045 void ASTDumper::visitTextComment(const TextComment *C) {
H A DCommentSema.cpp416 TextComment *Sema::actOnText(SourceLocation LocBegin,
419 return new (Allocator) TextComment(LocBegin, LocEnd, Text);
/external/clang/tools/libclang/
H A DCXComment.cpp114 if (const TextComment *TC = dyn_cast<TextComment>(C))
132 const TextComment *TC = getASTNodeAs<TextComment>(CXC);
/external/clang/lib/Index/
H A DCommentToXML.cpp232 void visitTextComment(const TextComment *C);
265 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) {
544 void visitTextComment(const TextComment *C);
626 void CommentASTToXMLConverter::visitTextComment(const TextComment *C) {
/external/clang/include/clang/AST/
H A DCommentSema.h155 TextComment *actOnText(SourceLocation LocBegin,
H A DComment.h81 friend class TextComment;
265 class TextComment : public InlineContentComment { class in namespace:clang::comments
269 TextComment(SourceLocation LocBegin, function in class:clang::comments::TextComment
/external/clang/unittests/AST/
H A DCommentParser.cpp121 TextComment *TC;
129 << "TextComment has text \"" << ActualText.str() << "\", "
134 << "TextComment has a trailing newline";
142 TextComment *TC;
150 << "TextComment has text \"" << ActualText.str() << "\", "
155 << "TextComment has no trailing newline";

Completed in 364 milliseconds