Searched refs:VerbatimBlockLineComment (Results 1 – 7 of 7) sorted by relevance
151 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,157 ArrayRef<VerbatimBlockLineComment *> Lines);
816 class VerbatimBlockLineComment : public Comment {820 VerbatimBlockLineComment(SourceLocation LocBegin, in VerbatimBlockLineComment() function832 static bool classof(const VerbatimBlockLineComment *) { return true; } in classof() argument850 llvm::ArrayRef<VerbatimBlockLineComment *> Lines;879 void setLines(llvm::ArrayRef<VerbatimBlockLineComment *> L) { in setLines()
24 def VerbatimBlockLineComment : Comment;
58 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);217 void CommentDumper::visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
299 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine()301 return new (Allocator) VerbatimBlockLineComment(Loc, Text); in actOnVerbatimBlockLine()308 ArrayRef<VerbatimBlockLineComment *> Lines) { in actOnVerbatimBlockFinish()
618 SmallVector<VerbatimBlockLineComment *, 8> Lines; in parseVerbatimBlock()621 VerbatimBlockLineComment *Line; in parseVerbatimBlock()
336 const VerbatimBlockLineComment *VBL = in clang_VerbatimBlockLineComment_getText()337 getASTNodeAs<VerbatimBlockLineComment>(CXC); in clang_VerbatimBlockLineComment_getText()555 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);731 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()870 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);1013 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()