Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp110 bool TextComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
121 if (const TextComment *TC = dyn_cast<TextComment>(*I)) { in isWhitespaceNoCache()
H A DCommentSema.cpp416 TextComment *Sema::actOnText(SourceLocation LocBegin, in actOnText()
419 return new (Allocator) TextComment(LocBegin, LocEnd, Text); in actOnText()
H A DJSONNodeDumper.cpp1565 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
H A DTextNodeDumper.cpp761 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCommentNodes.td10 def TextComment : CommentNode<InlineContentComment>;
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp228 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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h80 friend class TextComment; variable
261 class TextComment : public InlineContentComment {
265 TextComment(SourceLocation LocBegin, in TextComment() function
H A DCommentSema.h150 TextComment *actOnText(SourceLocation LocBegin,
H A DTextNodeDumper.h208 void visitTextComment(const comments::TextComment *C,
H A DJSONNodeDumper.h332 void visitTextComment(const comments::TextComment *C,