Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h154 VerbatimBlockComment *actOnVerbatimBlockStart(SourceLocation Loc,
160 void actOnVerbatimBlockFinish(VerbatimBlockComment *Block,
H A DCommentParser.h112 VerbatimBlockComment *parseVerbatimBlock();
H A DComment.h891 class VerbatimBlockComment : public BlockCommandComment {
898 VerbatimBlockComment(SourceLocation LocBegin, in VerbatimBlockComment() function
H A DTextNodeDumper.h219 void visitVerbatimBlockComment(const comments::VerbatimBlockComment *C,
H A DJSONNodeDumper.h341 void visitVerbatimBlockComment(const comments::VerbatimBlockComment *C,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCommentNodes.td21 def VerbatimBlockComment : CommentNode<BlockCommandComment>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp238 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
416 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
553 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
786 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp422 VerbatimBlockComment *Sema::actOnVerbatimBlockStart(SourceLocation Loc, in actOnVerbatimBlockStart()
425 return new (Allocator) VerbatimBlockComment( in actOnVerbatimBlockStart()
437 VerbatimBlockComment *Block, in actOnVerbatimBlockFinish()
H A DCommentParser.cpp659 VerbatimBlockComment *Parser::parseVerbatimBlock() { in parseVerbatimBlock()
662 VerbatimBlockComment *VB = in parseVerbatimBlock()
H A DJSONNodeDumper.cpp1620 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
H A DTextNodeDumper.cpp818 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()