Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DCommentSema.h151 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
157 ArrayRef<VerbatimBlockLineComment *> Lines);
DComment.h816 class VerbatimBlockLineComment : public Comment {
820 VerbatimBlockLineComment(SourceLocation LocBegin, in VerbatimBlockLineComment() function
832 static bool classof(const VerbatimBlockLineComment *) { return true; } in classof() argument
850 llvm::ArrayRef<VerbatimBlockLineComment *> Lines;
879 void setLines(llvm::ArrayRef<VerbatimBlockLineComment *> L) { in setLines()
/external/clang/include/clang/Basic/
DCommentNodes.td24 def VerbatimBlockLineComment : Comment;
/external/clang/lib/AST/
DCommentDumper.cpp58 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
217 void CommentDumper::visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
DCommentSema.cpp299 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine()
301 return new (Allocator) VerbatimBlockLineComment(Loc, Text); in actOnVerbatimBlockLine()
308 ArrayRef<VerbatimBlockLineComment *> Lines) { in actOnVerbatimBlockFinish()
DCommentParser.cpp618 SmallVector<VerbatimBlockLineComment *, 8> Lines; in parseVerbatimBlock()
621 VerbatimBlockLineComment *Line; in parseVerbatimBlock()
/external/clang/tools/libclang/
DCXComment.cpp336 const VerbatimBlockLineComment *VBL = in clang_VerbatimBlockLineComment_getText()
337 getASTNodeAs<VerbatimBlockLineComment>(CXC); in clang_VerbatimBlockLineComment_getText()
555 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
731 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
870 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
1013 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()