Searched refs:VerbatimBlockLineComment (Results 1 – 7 of 7) sorted by relevance
162 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,168 ArrayRef<VerbatimBlockLineComment *> Lines);
848 class VerbatimBlockLineComment : public Comment {852 VerbatimBlockLineComment(SourceLocation LocBegin, in VerbatimBlockLineComment() function880 ArrayRef<VerbatimBlockLineComment *> Lines;908 void setLines(ArrayRef<VerbatimBlockLineComment *> L) { in setLines()
24 def VerbatimBlockLineComment : Comment;
243 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);431 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()559 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);805 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
426 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine()428 return new (Allocator) VerbatimBlockLineComment(Loc, Text); in actOnVerbatimBlockLine()435 ArrayRef<VerbatimBlockLineComment *> Lines) { in actOnVerbatimBlockFinish()
668 SmallVector<VerbatimBlockLineComment *, 8> Lines; in parseVerbatimBlock()671 VerbatimBlockLineComment *Line; in parseVerbatimBlock()
332 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);2097 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()