Searched refs:VerbatimBlockComment (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | CommentParser.cpp | 462 VerbatimBlockComment *&VBC, in HasVerbatimBlockAt() 491 VerbatimBlockComment *&VBC, in HasVerbatimBlockAt() 511 VerbatimBlockComment *&VBC, in HasVerbatimBlockAt() 1225 VerbatimBlockComment *VCC; in TEST_F() 1240 VerbatimBlockComment *VBC; in TEST_F() 1255 VerbatimBlockComment *VBC; in TEST_F() 1270 VerbatimBlockComment *VBC; in TEST_F() 1293 VerbatimBlockComment *VBC; in TEST_F() 1318 VerbatimBlockComment *VBC; in TEST_F() 1345 VerbatimBlockComment *VBC; in TEST_F() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CommentSema.h | 148 VerbatimBlockComment *actOnVerbatimBlockStart(SourceLocation Loc, 154 void actOnVerbatimBlockFinish(VerbatimBlockComment *Block,
|
| H A D | CommentParser.h | 111 VerbatimBlockComment *parseVerbatimBlock();
|
| H A D | Comment.h | 874 class VerbatimBlockComment : public BlockCommandComment { 881 VerbatimBlockComment(SourceLocation LocBegin, in VerbatimBlockComment() function
|
| H A D | TextNodeDumper.h | 222 void visitVerbatimBlockComment(const comments::VerbatimBlockComment *C,
|
| H A D | JSONNodeDumper.h | 347 void visitVerbatimBlockComment(const comments::VerbatimBlockComment *C,
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | CommentNodes.td | 21 def VerbatimBlockComment : CommentNode<BlockCommandComment>;
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 238 void visitVerbatimBlockComment(const VerbatimBlockComment *C); 416 const VerbatimBlockComment *C) { in visitVerbatimBlockComment() 553 void visitVerbatimBlockComment(const VerbatimBlockComment *C); 786 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | CommentSema.cpp | 394 VerbatimBlockComment *Sema::actOnVerbatimBlockStart(SourceLocation Loc, in actOnVerbatimBlockStart() 397 return new (Allocator) VerbatimBlockComment( in actOnVerbatimBlockStart() 409 VerbatimBlockComment *Block, in actOnVerbatimBlockFinish()
|
| H A D | CommentParser.cpp | 648 VerbatimBlockComment *Parser::parseVerbatimBlock() { in parseVerbatimBlock() 651 VerbatimBlockComment *VB = in parseVerbatimBlock()
|
| H A D | JSONNodeDumper.cpp | 1680 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
|
| H A D | TextNodeDumper.cpp | 861 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | Serialize.cpp | 77 void visitVerbatimBlockComment(const VerbatimBlockComment *C); 151 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
|