Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentSema.h148 VerbatimBlockComment *actOnVerbatimBlockStart(SourceLocation Loc,
154 void actOnVerbatimBlockFinish(VerbatimBlockComment *Block,
H A DCommentParser.h111 VerbatimBlockComment *parseVerbatimBlock();
H A DComment.h874 class VerbatimBlockComment : public BlockCommandComment {
881 VerbatimBlockComment(SourceLocation LocBegin, in VerbatimBlockComment() function
H A DTextNodeDumper.h222 void visitVerbatimBlockComment(const comments::VerbatimBlockComment *C,
H A DJSONNodeDumper.h352 void visitVerbatimBlockComment(const comments::VerbatimBlockComment *C,
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCommentNodes.td21 def VerbatimBlockComment : CommentNode<BlockCommandComment>;
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp394 VerbatimBlockComment *Sema::actOnVerbatimBlockStart(SourceLocation Loc, in actOnVerbatimBlockStart()
397 return new (Allocator) VerbatimBlockComment( in actOnVerbatimBlockStart()
409 VerbatimBlockComment *Block, in actOnVerbatimBlockFinish()
H A DCommentParser.cpp644 VerbatimBlockComment *Parser::parseVerbatimBlock() { in parseVerbatimBlock()
647 VerbatimBlockComment *VB = in parseVerbatimBlock()
H A DJSONNodeDumper.cpp1712 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()
H A DTextNodeDumper.cpp861 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()