Searched refs:VerbatimLineComment (Results 1 – 9 of 9) sorted by relevance
171 const VerbatimLineComment *VLC = cast<VerbatimLineComment>(Child); in FullCommentParts()242 void visitVerbatimLineComment(const VerbatimLineComment *C);434 const VerbatimLineComment *C) { in visitVerbatimLineComment()553 void visitVerbatimLineComment(const VerbatimLineComment *C);807 const VerbatimLineComment *C) { in visitVerbatimLineComment()
22 def VerbatimLineComment : DComment<BlockCommandComment>;
114 VerbatimLineComment *parseVerbatimLine();
166 VerbatimLineComment *actOnVerbatimLine(SourceLocation LocBegin,
206 void visitVerbatimLineComment(const comments::VerbatimLineComment *C,
944 class VerbatimLineComment : public BlockCommandComment {950 VerbatimLineComment(SourceLocation LocBegin, in VerbatimLineComment() function
443 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin, in actOnVerbatimLine()447 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment( in actOnVerbatimLine()
701 VerbatimLineComment *Parser::parseVerbatimLine() { in parseVerbatimLine()719 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), in parseVerbatimLine()
555 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()