Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXComment.cpp110 if (const TextComment *TC = dyn_cast<TextComment>(C)) in clang_Comment_isWhitespace()
128 const TextComment *TC = getASTNodeAs<TextComment>(CXC); in clang_TextComment_getText()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DComment.cpp110 bool TextComment::isWhitespaceNoCache() const { in isWhitespaceNoCache()
116 if (const TextComment *TC = dyn_cast<TextComment>(*I)) { in isWhitespaceNoCache()
H A DCommentSema.cpp388 TextComment *Sema::actOnText(SourceLocation LocBegin, in actOnText()
391 return new (Allocator) TextComment(LocBegin, LocEnd, Text); in actOnText()
H A DJSONNodeDumper.cpp1606 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
H A DTextNodeDumper.cpp763 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCommentNodes.td10 def TextComment : CommentNode<InlineContentComment>;
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComment.h80 friend class TextComment; variable
266 class TextComment : public InlineContentComment {
270 TextComment(SourceLocation LocBegin, in TextComment() function
H A DCommentSema.h144 TextComment *actOnText(SourceLocation LocBegin,
H A DTextNodeDumper.h208 void visitTextComment(const comments::TextComment *C,
H A DJSONNodeDumper.h338 void visitTextComment(const comments::TextComment *C,