Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXComment.cpp346 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()
/external/clang/include/clang/Basic/
DCommentNodes.td22 def VerbatimLineComment : DComment<BlockCommandComment>;
/external/clang/include/clang/AST/
DCommentParser.h120 VerbatimLineComment *parseVerbatimLine();
DCommentSema.h173 VerbatimLineComment *actOnVerbatimLine(SourceLocation LocBegin,
DComment.h914 class VerbatimLineComment : public BlockCommandComment {
920 VerbatimLineComment(SourceLocation LocBegin, in VerbatimLineComment() function
/external/clang/lib/AST/
DCommentSema.cpp448 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin, in actOnVerbatimLine()
452 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment( in actOnVerbatimLine()
DCommentParser.cpp686 VerbatimLineComment *Parser::parseVerbatimLine() { in parseVerbatimLine()
704 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), in parseVerbatimLine()
DASTDumper.cpp306 void visitVerbatimLineComment(const VerbatimLineComment *C);
1926 void ASTDumper::visitVerbatimLineComment(const VerbatimLineComment *C) { in visitVerbatimLineComment()
/external/clang/unittests/AST/
DCommentParser.cpp574 VerbatimLineComment *&VLC, in HasVerbatimLineAt()
1373 VerbatimLineComment *VLC; in TEST_F()
1391 VerbatimLineComment *VLC; in TEST_F()