Searched refs:VerbatimLineComment (Results 1 – 9 of 9) sorted by relevance
345 const VerbatimLineComment *VLC = getASTNodeAs<VerbatimLineComment>(CXC); in clang_VerbatimLineComment_getText()486 const VerbatimLineComment *VLC = cast<VerbatimLineComment>(Child); in FullCommentParts()556 void visitVerbatimLineComment(const VerbatimLineComment *C);736 const VerbatimLineComment *C) { in visitVerbatimLineComment()871 void visitVerbatimLineComment(const VerbatimLineComment *C);1018 const VerbatimLineComment *C) { in visitVerbatimLineComment()
22 def VerbatimLineComment : DComment<BlockCommandComment>;
59 void visitVerbatimLineComment(const VerbatimLineComment *C);223 void CommentDumper::visitVerbatimLineComment(const VerbatimLineComment *C) { in visitVerbatimLineComment()
652 VerbatimLineComment *Parser::parseVerbatimLine() { in parseVerbatimLine()670 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), in parseVerbatimLine()
313 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin, in actOnVerbatimLine()317 return new (Allocator) VerbatimLineComment( in actOnVerbatimLine()
115 VerbatimLineComment *parseVerbatimLine();
899 class VerbatimLineComment : public BlockCommandComment {905 VerbatimLineComment(SourceLocation LocBegin, in VerbatimLineComment() function921 static bool classof(const VerbatimLineComment *) { return true; } in classof() argument
159 VerbatimLineComment *actOnVerbatimLine(SourceLocation LocBegin,
573 VerbatimLineComment *&VLC, in HasVerbatimLineAt()1372 VerbatimLineComment *VLC; in TEST_F()1390 VerbatimLineComment *VLC; in TEST_F()