Searched refs:VerbatimLineComment (Results 1 – 9 of 9) sorted by relevance
346 const VerbatimLineComment *VLC = getASTNodeAs<VerbatimLineComment>(CXC); in clang_VerbatimLineComment_getText()492 const VerbatimLineComment *VLC = cast<VerbatimLineComment>(Child); in FullCommentParts()563 void visitVerbatimLineComment(const VerbatimLineComment *C);747 const VerbatimLineComment *C) { in visitVerbatimLineComment()893 void visitVerbatimLineComment(const VerbatimLineComment *C);1133 const VerbatimLineComment *C) { in visitVerbatimLineComment()
22 def VerbatimLineComment : DComment<BlockCommandComment>;
120 VerbatimLineComment *parseVerbatimLine();
173 VerbatimLineComment *actOnVerbatimLine(SourceLocation LocBegin,
914 class VerbatimLineComment : public BlockCommandComment {920 VerbatimLineComment(SourceLocation LocBegin, in VerbatimLineComment() function
448 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin, in actOnVerbatimLine()452 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment( in actOnVerbatimLine()
686 VerbatimLineComment *Parser::parseVerbatimLine() { in parseVerbatimLine()704 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), in parseVerbatimLine()
306 void visitVerbatimLineComment(const VerbatimLineComment *C);1926 void ASTDumper::visitVerbatimLineComment(const VerbatimLineComment *C) { in visitVerbatimLineComment()
574 VerbatimLineComment *&VLC, in HasVerbatimLineAt()1373 VerbatimLineComment *VLC; in TEST_F()1391 VerbatimLineComment *VLC; in TEST_F()