Searched refs:VerbatimBlockLineComment (Results 1 – 11 of 11) sorted by relevance
151 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,157 ArrayRef<VerbatimBlockLineComment *> Lines);
846 class VerbatimBlockLineComment : public Comment {850 VerbatimBlockLineComment(SourceLocation LocBegin, in VerbatimBlockLineComment() function878 ArrayRef<VerbatimBlockLineComment *> Lines;906 void setLines(ArrayRef<VerbatimBlockLineComment *> L) { in setLines()
225 visitVerbatimBlockLineComment(const comments::VerbatimBlockLineComment *C,
355 visitVerbatimBlockLineComment(const comments::VerbatimBlockLineComment *C,
24 def VerbatimBlockLineComment : CommentNode<Comment>;
239 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);431 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()554 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);808 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
344 const VerbatimBlockLineComment *VBL = in clang_VerbatimBlockLineComment_getText()345 getASTNodeAs<VerbatimBlockLineComment>(CXC); in clang_VerbatimBlockLineComment_getText()
403 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine()405 return new (Allocator) VerbatimBlockLineComment(Loc, Text); in actOnVerbatimBlockLine()412 ArrayRef<VerbatimBlockLineComment *> Lines) { in actOnVerbatimBlockFinish()
657 SmallVector<VerbatimBlockLineComment *, 8> Lines; in parseVerbatimBlock()660 VerbatimBlockLineComment *Line; in parseVerbatimBlock()
1718 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
869 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()