Home
last modified time | relevance | path

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

/external/clang/unittests/AST/
DCommentParser.cpp463 VerbatimBlockComment *&VBC, in HasVerbatimBlockAt()
492 VerbatimBlockComment *&VBC, in HasVerbatimBlockAt()
512 VerbatimBlockComment *&VBC, in HasVerbatimBlockAt()
539 VerbatimBlockComment *&VBC, in HasVerbatimBlockAt()
1201 VerbatimBlockComment *VCC; in TEST_F()
1216 VerbatimBlockComment *VBC; in TEST_F()
1231 VerbatimBlockComment *VBC; in TEST_F()
1246 VerbatimBlockComment *VBC; in TEST_F()
1269 VerbatimBlockComment *VBC; in TEST_F()
1294 VerbatimBlockComment *VBC; in TEST_F()
[all …]
/external/clang/include/clang/AST/
DCommentSema.h148 VerbatimBlockComment *actOnVerbatimBlockStart(SourceLocation Loc,
154 void actOnVerbatimBlockFinish(VerbatimBlockComment *Block,
DCommentParser.h114 VerbatimBlockComment *parseVerbatimBlock();
DComment.h846 class VerbatimBlockComment : public BlockCommandComment {
853 VerbatimBlockComment(SourceLocation LocBegin, in VerbatimBlockComment() function
864 static bool classof(const VerbatimBlockComment *) { return true; } in classof() argument
/external/clang/include/clang/Basic/
DCommentNodes.td21 def VerbatimBlockComment : DComment<BlockCommandComment>;
/external/clang/lib/AST/
DCommentDumper.cpp57 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
210 void CommentDumper::visitVerbatimBlockComment(const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
DCommentSema.cpp290 VerbatimBlockComment *Sema::actOnVerbatimBlockStart(SourceLocation Loc, in actOnVerbatimBlockStart()
293 return new (Allocator) VerbatimBlockComment( in actOnVerbatimBlockStart()
305 VerbatimBlockComment *Block, in actOnVerbatimBlockFinish()
DCommentParser.cpp605 VerbatimBlockComment *Parser::parseVerbatimBlock() { in parseVerbatimBlock()
608 VerbatimBlockComment *VB = in parseVerbatimBlock()
/external/clang/tools/libclang/
DCXComment.cpp554 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
716 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
869 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
996 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()