Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp172 const VerbatimLineComment *VLC = cast<VerbatimLineComment>(Child); in FullCommentParts()
240 void visitVerbatimLineComment(const VerbatimLineComment *C);
436 const VerbatimLineComment *C) { in visitVerbatimLineComment()
555 void visitVerbatimLineComment(const VerbatimLineComment *C);
813 const VerbatimLineComment *C) { in visitVerbatimLineComment()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCommentNodes.td22 def VerbatimLineComment : CommentNode<BlockCommandComment>;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DCommentParser.h113 VerbatimLineComment *parseVerbatimLine();
H A DCommentSema.h165 VerbatimLineComment *actOnVerbatimLine(SourceLocation LocBegin,
H A DComment.h943 class VerbatimLineComment : public BlockCommandComment {
949 VerbatimLineComment(SourceLocation LocBegin, in VerbatimLineComment() function
H A DTextNodeDumper.h227 void visitVerbatimLineComment(const comments::VerbatimLineComment *C,
H A DJSONNodeDumper.h351 void visitVerbatimLineComment(const comments::VerbatimLineComment *C,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp445 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin, in actOnVerbatimLine()
449 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment( in actOnVerbatimLine()
H A DCommentParser.cpp706 VerbatimLineComment *Parser::parseVerbatimLine() { in parseVerbatimLine()
724 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), in parseVerbatimLine()
H A DJSONNodeDumper.cpp1683 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()
H A DTextNodeDumper.cpp873 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()