Home
last modified time | relevance | path

Searched refs:VerbatimLineComment (Results 1 – 9 of 9) sorted by relevance

/external/clang/tools/libclang/
DCXComment.cpp345 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()
/external/clang/include/clang/Basic/
DCommentNodes.td22 def VerbatimLineComment : DComment<BlockCommandComment>;
/external/clang/lib/AST/
DCommentDumper.cpp59 void visitVerbatimLineComment(const VerbatimLineComment *C);
223 void CommentDumper::visitVerbatimLineComment(const VerbatimLineComment *C) { in visitVerbatimLineComment()
DCommentParser.cpp652 VerbatimLineComment *Parser::parseVerbatimLine() { in parseVerbatimLine()
670 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), in parseVerbatimLine()
DCommentSema.cpp313 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin, in actOnVerbatimLine()
317 return new (Allocator) VerbatimLineComment( in actOnVerbatimLine()
/external/clang/include/clang/AST/
DCommentParser.h115 VerbatimLineComment *parseVerbatimLine();
DComment.h899 class VerbatimLineComment : public BlockCommandComment {
905 VerbatimLineComment(SourceLocation LocBegin, in VerbatimLineComment() function
921 static bool classof(const VerbatimLineComment *) { return true; } in classof() argument
DCommentSema.h159 VerbatimLineComment *actOnVerbatimLine(SourceLocation LocBegin,
/external/clang/unittests/AST/
DCommentParser.cpp573 VerbatimLineComment *&VLC, in HasVerbatimLineAt()
1372 VerbatimLineComment *VLC; in TEST_F()
1390 VerbatimLineComment *VLC; in TEST_F()