Searched refs:VerbatimBlockLineComment (Results 1 – 8 of 8) sorted by relevance
158 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,164 ArrayRef<VerbatimBlockLineComment *> Lines);
864 class VerbatimBlockLineComment : public Comment {868 VerbatimBlockLineComment(SourceLocation LocBegin, in VerbatimBlockLineComment() function896 ArrayRef<VerbatimBlockLineComment *> Lines;924 void setLines(ArrayRef<VerbatimBlockLineComment *> L) { in setLines()
204 visitVerbatimBlockLineComment(const comments::VerbatimBlockLineComment *C,
24 def VerbatimBlockLineComment : Comment;
241 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);429 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()552 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);802 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
429 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine()431 return new (Allocator) VerbatimBlockLineComment(Loc, Text); in actOnVerbatimBlockLine()438 ArrayRef<VerbatimBlockLineComment *> Lines) { in actOnVerbatimBlockFinish()
667 SmallVector<VerbatimBlockLineComment *, 8> Lines; in parseVerbatimBlock()670 VerbatimBlockLineComment *Line; in parseVerbatimBlock()
549 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()