Searched refs:VerbatimBlockLineComment (Results 1 – 11 of 11) sorted by relevance
157 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,163 ArrayRef<VerbatimBlockLineComment *> Lines);
863 class VerbatimBlockLineComment : public Comment {867 VerbatimBlockLineComment(SourceLocation LocBegin, in VerbatimBlockLineComment() function895 ArrayRef<VerbatimBlockLineComment *> Lines;923 void setLines(ArrayRef<VerbatimBlockLineComment *> L) { in setLines()
222 visitVerbatimBlockLineComment(const comments::VerbatimBlockLineComment *C,
344 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()
431 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine()433 return new (Allocator) VerbatimBlockLineComment(Loc, Text); in actOnVerbatimBlockLine()440 ArrayRef<VerbatimBlockLineComment *> Lines) { in actOnVerbatimBlockFinish()
672 SmallVector<VerbatimBlockLineComment *, 8> Lines; in parseVerbatimBlock()675 VerbatimBlockLineComment *Line; in parseVerbatimBlock()
1626 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
826 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()