Searched refs:VerbatimBlockLineComment (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
H A DCommentSema.h162 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
168 ArrayRef<VerbatimBlockLineComment *> Lines);
H A DComment.h848 class VerbatimBlockLineComment : public Comment { class in namespace:clang::comments
852 VerbatimBlockLineComment(SourceLocation LocBegin, function in class:clang::comments::VerbatimBlockLineComment
875 /// (VerbatimBlockLineComment nodes).
880 ArrayRef<VerbatimBlockLineComment *> Lines;
908 void setLines(ArrayRef<VerbatimBlockLineComment *> L) {
/external/clang/tools/libclang/
H A DCXComment.cpp337 const VerbatimBlockLineComment *VBL =
338 getASTNodeAs<VerbatimBlockLineComment>(CXC);
570 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
758 const VerbatimBlockLineComment *C) {
912 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
1152 const VerbatimBlockLineComment *C) {
/external/clang/lib/AST/
H A DCommentParser.cpp647 SmallVector<VerbatimBlockLineComment *, 8> Lines;
650 VerbatimBlockLineComment *Line;
H A DCommentSema.cpp444 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc,
446 return new (Allocator) VerbatimBlockLineComment(Loc, Text);
453 ArrayRef<VerbatimBlockLineComment *> Lines) {
H A DASTDumper.cpp311 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
2005 const VerbatimBlockLineComment *C) {

Completed in 233 milliseconds