Home
last modified time | relevance | path

Searched refs:VerbatimBlockLineComment (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DCommentSema.h151 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
157 ArrayRef<VerbatimBlockLineComment *> Lines);
H A DComment.h846 class VerbatimBlockLineComment : public Comment {
850 VerbatimBlockLineComment(SourceLocation LocBegin, in VerbatimBlockLineComment() function
878 ArrayRef<VerbatimBlockLineComment *> Lines;
906 void setLines(ArrayRef<VerbatimBlockLineComment *> L) { in setLines()
H A DTextNodeDumper.h225 visitVerbatimBlockLineComment(const comments::VerbatimBlockLineComment *C,
H A DJSONNodeDumper.h350 visitVerbatimBlockLineComment(const comments::VerbatimBlockLineComment *C,
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DCommentNodes.td24 def VerbatimBlockLineComment : CommentNode<Comment>;
/llvm-project-15.0.7/clang/lib/Index/
H A DCommentToXML.cpp239 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
431 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
554 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
808 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXComment.cpp344 const VerbatimBlockLineComment *VBL = in clang_VerbatimBlockLineComment_getText()
345 getASTNodeAs<VerbatimBlockLineComment>(CXC); in clang_VerbatimBlockLineComment_getText()
/llvm-project-15.0.7/clang/lib/AST/
H A DCommentSema.cpp403 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine()
405 return new (Allocator) VerbatimBlockLineComment(Loc, Text); in actOnVerbatimBlockLine()
412 ArrayRef<VerbatimBlockLineComment *> Lines) { in actOnVerbatimBlockFinish()
H A DCommentParser.cpp661 SmallVector<VerbatimBlockLineComment *, 8> Lines; in parseVerbatimBlock()
664 VerbatimBlockLineComment *Line; in parseVerbatimBlock()
H A DJSONNodeDumper.cpp1686 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
H A DTextNodeDumper.cpp869 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DSerialize.cpp78 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
157 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()