Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCommentNodes.td22 def VerbatimLineComment : CommentNode<BlockCommandComment>;
/netbsd-src/external/apache2/llvm/dist/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.h224 void visitVerbatimLineComment(const comments::VerbatimLineComment *C,
H A DJSONNodeDumper.h346 void visitVerbatimLineComment(const comments::VerbatimLineComment *C,
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp353 const VerbatimLineComment *VLC = getASTNodeAs<VerbatimLineComment>(CXC); in clang_VerbatimLineComment_getText()
/netbsd-src/external/apache2/llvm/dist/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.cpp1632 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()
H A DTextNodeDumper.cpp832 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()