Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DCommentNodes.td22 def VerbatimLineComment : CommentNode<BlockCommandComment>;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DCommentParser.h112 VerbatimLineComment *parseVerbatimLine();
H A DCommentSema.h159 VerbatimLineComment *actOnVerbatimLine(SourceLocation LocBegin,
H A DComment.h926 class VerbatimLineComment : public BlockCommandComment {
932 VerbatimLineComment(SourceLocation LocBegin, in VerbatimLineComment() function
H A DTextNodeDumper.h227 void visitVerbatimLineComment(const comments::VerbatimLineComment *C,
H A DJSONNodeDumper.h357 void visitVerbatimLineComment(const comments::VerbatimLineComment *C,
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXComment.cpp353 const VerbatimLineComment *VLC = getASTNodeAs<VerbatimLineComment>(CXC); in clang_VerbatimLineComment_getText()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DCommentSema.cpp417 VerbatimLineComment *Sema::actOnVerbatimLine(SourceLocation LocBegin, in actOnVerbatimLine()
421 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment( in actOnVerbatimLine()
H A DCommentParser.cpp690 VerbatimLineComment *Parser::parseVerbatimLine() { in parseVerbatimLine()
708 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(), in parseVerbatimLine()
H A DJSONNodeDumper.cpp1724 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()
H A DTextNodeDumper.cpp875 const comments::VerbatimLineComment *C, const comments::FullComment *) { in visitVerbatimLineComment()