Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp96 bool TextComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
107 if (const TextComment *TC = dyn_cast<TextComment>(*I)) { in isWhitespaceNoCache()
H A DCommentSema.cpp414 TextComment *Sema::actOnText(SourceLocation LocBegin, in actOnText()
417 return new (Allocator) TextComment(LocBegin, LocEnd, Text); in actOnText()
H A DTextNodeDumper.cpp446 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCommentNodes.td10 def TextComment : DComment<InlineContentComment>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp230 void visitTextComment(const TextComment *C);
263 void CommentASTToHTMLConverter::visitTextComment(const TextComment *C) { in visitTextComment()
537 void visitTextComment(const TextComment *C);
608 void CommentASTToXMLConverter::visitTextComment(const TextComment *C) { in visitTextComment()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h81 friend class TextComment; variable
263 class TextComment : public InlineContentComment {
267 TextComment(SourceLocation LocBegin, in TextComment() function
H A DCommentSema.h151 TextComment *actOnText(SourceLocation LocBegin,
H A DTextNodeDumper.h187 void visitTextComment(const comments::TextComment *C,