Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentSema.h155 VerbatimBlockComment *actOnVerbatimBlockStart(SourceLocation Loc,
161 void actOnVerbatimBlockFinish(VerbatimBlockComment *Block,
H A DCommentParser.h113 VerbatimBlockComment *parseVerbatimBlock();
H A DTextNodeDumper.h201 void visitVerbatimBlockComment(const comments::VerbatimBlockComment *C,
H A DComment.h892 class VerbatimBlockComment : public BlockCommandComment {
899 VerbatimBlockComment(SourceLocation LocBegin, in VerbatimBlockComment() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCommentNodes.td21 def VerbatimBlockComment : DComment<BlockCommandComment>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp240 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
414 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
551 void visitVerbatimBlockComment(const VerbatimBlockComment *C);
780 const VerbatimBlockComment *C) { in visitVerbatimBlockComment()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp420 VerbatimBlockComment *Sema::actOnVerbatimBlockStart(SourceLocation Loc, in actOnVerbatimBlockStart()
423 return new (Allocator) VerbatimBlockComment( in actOnVerbatimBlockStart()
435 VerbatimBlockComment *Block, in actOnVerbatimBlockFinish()
H A DCommentParser.cpp654 VerbatimBlockComment *Parser::parseVerbatimBlock() { in parseVerbatimBlock()
657 VerbatimBlockComment *VB = in parseVerbatimBlock()
H A DTextNodeDumper.cpp541 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment()