Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h157 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
163 ArrayRef<VerbatimBlockLineComment *> Lines);
H A DComment.h863 class VerbatimBlockLineComment : public Comment {
867 VerbatimBlockLineComment(SourceLocation LocBegin, in VerbatimBlockLineComment() function
895 ArrayRef<VerbatimBlockLineComment *> Lines;
923 void setLines(ArrayRef<VerbatimBlockLineComment *> L) { in setLines()
H A DTextNodeDumper.h222 visitVerbatimBlockLineComment(const comments::VerbatimBlockLineComment *C,
H A DJSONNodeDumper.h344 visitVerbatimBlockLineComment(const comments::VerbatimBlockLineComment *C,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCommentNodes.td24 def VerbatimBlockLineComment : CommentNode<Comment>;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp239 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
431 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
554 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
808 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp344 const VerbatimBlockLineComment *VBL = in clang_VerbatimBlockLineComment_getText()
345 getASTNodeAs<VerbatimBlockLineComment>(CXC); in clang_VerbatimBlockLineComment_getText()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp431 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine()
433 return new (Allocator) VerbatimBlockLineComment(Loc, Text); in actOnVerbatimBlockLine()
440 ArrayRef<VerbatimBlockLineComment *> Lines) { in actOnVerbatimBlockFinish()
H A DCommentParser.cpp672 SmallVector<VerbatimBlockLineComment *, 8> Lines; in parseVerbatimBlock()
675 VerbatimBlockLineComment *Line; in parseVerbatimBlock()
H A DJSONNodeDumper.cpp1626 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()
H A DTextNodeDumper.cpp826 const comments::VerbatimBlockLineComment *C, in visitVerbatimBlockLineComment()