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()
1202 VerbatimBlockComment *VCC; in TEST_F()
1217 VerbatimBlockComment *VBC; in TEST_F()
1232 VerbatimBlockComment *VBC; in TEST_F()
1247 VerbatimBlockComment *VBC; in TEST_F()
1270 VerbatimBlockComment *VBC; in TEST_F()
1295 VerbatimBlockComment *VBC; in TEST_F()
[all …]
/external/clang/include/clang/AST/
DCommentSema.h162 VerbatimBlockComment *actOnVerbatimBlockStart(SourceLocation Loc,
168 void actOnVerbatimBlockFinish(VerbatimBlockComment *Block,
DCommentParser.h119 VerbatimBlockComment *parseVerbatimBlock();
DComment.h862 class VerbatimBlockComment : public BlockCommandComment {
869 VerbatimBlockComment(SourceLocation LocBegin, in VerbatimBlockComment() function
/external/clang/include/clang/Basic/
DCommentNodes.td21 def VerbatimBlockComment : DComment<BlockCommandComment>;
/external/clang/tools/libclang/
DCXComment.cpp561 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
727 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
891 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
1106 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
/external/clang/lib/AST/
DCommentSema.cpp425 VerbatimBlockComment *Sema::actOnVerbatimBlockStart(SourceLocation Loc, in actOnVerbatimBlockStart()
428 return new (Allocator) VerbatimBlockComment( in actOnVerbatimBlockStart()
440 VerbatimBlockComment *Block, in actOnVerbatimBlockFinish()
DCommentParser.cpp639 VerbatimBlockComment *Parser::parseVerbatimBlock() { in parseVerbatimBlock()
642 VerbatimBlockComment *VB = in parseVerbatimBlock()
DASTDumper.cpp304 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
1916 void ASTDumper::visitVerbatimBlockComment(const VerbatimBlockComment *C) { in visitVerbatimBlockComment()