Home
last modified time | relevance | path

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

/external/clang/unittests/AST/
DCommentParser.cpp464 VerbatimBlockComment *&VBC, in HasVerbatimBlockAt()
493 VerbatimBlockComment *&VBC, in HasVerbatimBlockAt()
513 VerbatimBlockComment *&VBC, in HasVerbatimBlockAt()
540 VerbatimBlockComment *&VBC, in HasVerbatimBlockAt()
1227 VerbatimBlockComment *VCC; in TEST_F()
1242 VerbatimBlockComment *VBC; in TEST_F()
1257 VerbatimBlockComment *VBC; in TEST_F()
1272 VerbatimBlockComment *VBC; in TEST_F()
1295 VerbatimBlockComment *VBC; in TEST_F()
1320 VerbatimBlockComment *VBC; in TEST_F()
[all …]
/external/clang/include/clang/AST/
DCommentSema.h155 VerbatimBlockComment *actOnVerbatimBlockStart(SourceLocation Loc,
161 void actOnVerbatimBlockFinish(VerbatimBlockComment *Block,
DCommentParser.h113 VerbatimBlockComment *parseVerbatimBlock();
DComment.h897 class VerbatimBlockComment : public BlockCommandComment {
904 VerbatimBlockComment(SourceLocation LocBegin, in VerbatimBlockComment() function
/external/clang/include/clang/Basic/
DCommentNodes.td21 def VerbatimBlockComment : DComment<BlockCommandComment>;
/external/clang/lib/Index/
DCommentToXML.cpp241 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
415 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
556 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
789 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
/external/clang/lib/AST/
DCommentSema.cpp420 VerbatimBlockComment *Sema::actOnVerbatimBlockStart(SourceLocation Loc, in actOnVerbatimBlockStart()
423 return new (Allocator) VerbatimBlockComment( in actOnVerbatimBlockStart()
435 VerbatimBlockComment *Block, in actOnVerbatimBlockFinish()
DCommentParser.cpp655 VerbatimBlockComment *Parser::parseVerbatimBlock() { in parseVerbatimBlock()
658 VerbatimBlockComment *VB = in parseVerbatimBlock()
DASTDumper.cpp573 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
2430 void ASTDumper::visitVerbatimBlockComment(const VerbatimBlockComment *C) { in visitVerbatimBlockComment()