Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCommentSema.h157 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
163 ArrayRef<VerbatimBlockLineComment *> Lines);
H A DComment.h863 class VerbatimBlockLineComment : public Comment {
867 VerbatimBlockLineComment(SourceLocation LocBegin, in VerbatimBlockLineComment() function
895 ArrayRef<VerbatimBlockLineComment *> Lines;
923 void setLines(ArrayRef<VerbatimBlockLineComment *> L) { in setLines()
H A DTextNodeDumper.h225 visitVerbatimBlockLineComment(const comments::VerbatimBlockLineComment *C,
H A DJSONNodeDumper.h349 visitVerbatimBlockLineComment(const comments::VerbatimBlockLineComment *C,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCommentNodes.td24 def VerbatimBlockLineComment : CommentNode<Comment>;
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp431 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine()
433 return new (Allocator) VerbatimBlockLineComment(Loc, Text); in actOnVerbatimBlockLine()
440 ArrayRef<VerbatimBlockLineComment *> Lines) { in actOnVerbatimBlockFinish()
H A DCommentParser.cpp672 SmallVector<VerbatimBlockLineComment *, 8> Lines; in parseVerbatimBlock()
675 VerbatimBlockLineComment *Line; in parseVerbatimBlock()
H A DJSONNodeDumper.cpp1677 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
H A DTextNodeDumper.cpp867 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()