Searched refs:VerbatimLineComment (Results 1 – 10 of 10) sorted by relevance
172 const VerbatimLineComment *VLC = cast<VerbatimLineComment>(Child); in FullCommentParts()243 void visitVerbatimLineComment(const VerbatimLineComment *C);435 const VerbatimLineComment *C) { in visitVerbatimLineComment()558 void visitVerbatimLineComment(const VerbatimLineComment *C);816 const VerbatimLineComment *C) { in visitVerbatimLineComment()
22 def VerbatimLineComment : DComment<BlockCommandComment>;
114 VerbatimLineComment *parseVerbatimLine();
166 VerbatimLineComment *actOnVerbatimLine(SourceLocation LocBegin,
949 class VerbatimLineComment : public BlockCommandComment {955 VerbatimLineComment(SourceLocation LocBegin, in VerbatimLineComment() function
354 const VerbatimLineComment *VLC = getASTNodeAs<VerbatimLineComment>(CXC); in clang_VerbatimLineComment_getText()
443 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin, in actOnVerbatimLine()447 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment( in actOnVerbatimLine()
702 VerbatimLineComment *Parser::parseVerbatimLine() { in parseVerbatimLine()720 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), in parseVerbatimLine()
575 void visitVerbatimLineComment(const VerbatimLineComment *C);2440 void ASTDumper::visitVerbatimLineComment(const VerbatimLineComment *C) { in visitVerbatimLineComment()
574 VerbatimLineComment *&VLC, in HasVerbatimLineAt()1398 VerbatimLineComment *VLC; in TEST_F()1416 VerbatimLineComment *VLC; in TEST_F()