Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp171 const VerbatimLineComment *VLC = cast<VerbatimLineComment>(Child); in FullCommentParts()
242 void visitVerbatimLineComment(const VerbatimLineComment *C);
434 const VerbatimLineComment *C) { in visitVerbatimLineComment()
553 void visitVerbatimLineComment(const VerbatimLineComment *C);
807 const VerbatimLineComment *C) { in visitVerbatimLineComment()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DCommentNodes.td22 def VerbatimLineComment : DComment<BlockCommandComment>;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentParser.h114 VerbatimLineComment *parseVerbatimLine();
H A DCommentSema.h166 VerbatimLineComment *actOnVerbatimLine(SourceLocation LocBegin,
H A DTextNodeDumper.h206 void visitVerbatimLineComment(const comments::VerbatimLineComment *C,
H A DComment.h944 class VerbatimLineComment : public BlockCommandComment {
950 VerbatimLineComment(SourceLocation LocBegin, in VerbatimLineComment() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DCommentSema.cpp443 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin, in actOnVerbatimLine()
447 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment( in actOnVerbatimLine()
H A DCommentParser.cpp701 VerbatimLineComment *Parser::parseVerbatimLine() { in parseVerbatimLine()
719 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), in parseVerbatimLine()
H A DTextNodeDumper.cpp555 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()