Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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.cpp1514 void JSONNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
H A DTextNodeDumper.cpp720 void TextNodeDumper::visitTextComment(const comments::TextComment *C, in visitTextComment()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCommentNodes.td10 def TextComment : CommentNode<InlineContentComment>;
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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.h205 void visitTextComment(const comments::TextComment *C,
H A DJSONNodeDumper.h327 void visitTextComment(const comments::TextComment *C,