Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DCommentNodes.td22 def VerbatimLineComment : DComment<BlockCommandComment>;
/external/clang/lib/Index/
DCommentToXML.cpp172 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()
/external/clang/include/clang/AST/
DCommentParser.h114 VerbatimLineComment *parseVerbatimLine();
DCommentSema.h166 VerbatimLineComment *actOnVerbatimLine(SourceLocation LocBegin,
DComment.h949 class VerbatimLineComment : public BlockCommandComment {
955 VerbatimLineComment(SourceLocation LocBegin, in VerbatimLineComment() function
/external/clang/tools/libclang/
DCXComment.cpp354 const VerbatimLineComment *VLC = getASTNodeAs<VerbatimLineComment>(CXC); in clang_VerbatimLineComment_getText()
/external/clang/lib/AST/
DCommentSema.cpp443 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin, in actOnVerbatimLine()
447 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment( in actOnVerbatimLine()
DCommentParser.cpp702 VerbatimLineComment *Parser::parseVerbatimLine() { in parseVerbatimLine()
720 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), in parseVerbatimLine()
DASTDumper.cpp575 void visitVerbatimLineComment(const VerbatimLineComment *C);
2440 void ASTDumper::visitVerbatimLineComment(const VerbatimLineComment *C) { in visitVerbatimLineComment()
/external/clang/unittests/AST/
DCommentParser.cpp574 VerbatimLineComment *&VLC, in HasVerbatimLineAt()
1398 VerbatimLineComment *VLC; in TEST_F()
1416 VerbatimLineComment *VLC; in TEST_F()