Searched refs:VerbatimBlockComment (Results 1 – 8 of 8) sorted by relevance
159 VerbatimBlockComment *actOnVerbatimBlockStart(SourceLocation Loc,165 void actOnVerbatimBlockFinish(VerbatimBlockComment *Block,
113 VerbatimBlockComment *parseVerbatimBlock();
897 class VerbatimBlockComment : public BlockCommandComment {904 VerbatimBlockComment(SourceLocation LocBegin, in VerbatimBlockComment() function
21 def VerbatimBlockComment : DComment<BlockCommandComment>;
241 void visitVerbatimBlockComment(const VerbatimBlockComment *C);415 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()557 void visitVerbatimBlockComment(const VerbatimBlockComment *C);791 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
422 VerbatimBlockComment *Sema::actOnVerbatimBlockStart(SourceLocation Loc, in actOnVerbatimBlockStart()425 return new (Allocator) VerbatimBlockComment( in actOnVerbatimBlockStart()437 VerbatimBlockComment *Block, in actOnVerbatimBlockFinish()
655 VerbatimBlockComment *Parser::parseVerbatimBlock() { in parseVerbatimBlock()658 VerbatimBlockComment *VB = in parseVerbatimBlock()
553 void visitVerbatimBlockComment(const VerbatimBlockComment *C);2268 void ASTDumper::visitVerbatimBlockComment(const VerbatimBlockComment *C) { in visitVerbatimBlockComment()