Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentSema.h158 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
164 ArrayRef<VerbatimBlockLineComment *> Lines);
H A DComment.h864 class VerbatimBlockLineComment : public Comment {
868 VerbatimBlockLineComment(SourceLocation LocBegin, in VerbatimBlockLineComment() function
896 ArrayRef<VerbatimBlockLineComment *> Lines;
924 void setLines(ArrayRef<VerbatimBlockLineComment *> L) { in setLines()
H A DTextNodeDumper.h204 visitVerbatimBlockLineComment(const comments::VerbatimBlockLineComment *C,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCommentNodes.td24 def VerbatimBlockLineComment : Comment;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp241 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
429 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
552 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
802 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp429 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine()
431 return new (Allocator) VerbatimBlockLineComment(Loc, Text); in actOnVerbatimBlockLine()
438 ArrayRef<VerbatimBlockLineComment *> Lines) { in actOnVerbatimBlockFinish()
H A DCommentParser.cpp667 SmallVector<VerbatimBlockLineComment *, 8> Lines; in parseVerbatimBlock()
670 VerbatimBlockLineComment *Line; in parseVerbatimBlock()
H A DTextNodeDumper.cpp549 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()