Searched refs:VerbatimBlockComment (Results 1 – 9 of 9) sorted by relevance
155 VerbatimBlockComment *actOnVerbatimBlockStart(SourceLocation Loc,161 void actOnVerbatimBlockFinish(VerbatimBlockComment *Block,
113 VerbatimBlockComment *parseVerbatimBlock();
201 void visitVerbatimBlockComment(const comments::VerbatimBlockComment *C,
892 class VerbatimBlockComment : public BlockCommandComment {899 VerbatimBlockComment(SourceLocation LocBegin, in VerbatimBlockComment() function
21 def VerbatimBlockComment : DComment<BlockCommandComment>;
240 void visitVerbatimBlockComment(const VerbatimBlockComment *C);414 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()551 void visitVerbatimBlockComment(const VerbatimBlockComment *C);780 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
420 VerbatimBlockComment *Sema::actOnVerbatimBlockStart(SourceLocation Loc, in actOnVerbatimBlockStart()423 return new (Allocator) VerbatimBlockComment( in actOnVerbatimBlockStart()435 VerbatimBlockComment *Block, in actOnVerbatimBlockFinish()
654 VerbatimBlockComment *Parser::parseVerbatimBlock() { in parseVerbatimBlock()657 VerbatimBlockComment *VB = in parseVerbatimBlock()
541 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()