Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DCommentSema.h162 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
168 ArrayRef<VerbatimBlockLineComment *> Lines);
DComment.h848 class VerbatimBlockLineComment : public Comment {
852 VerbatimBlockLineComment(SourceLocation LocBegin, in VerbatimBlockLineComment() function
880 ArrayRef<VerbatimBlockLineComment *> Lines;
908 void setLines(ArrayRef<VerbatimBlockLineComment *> L) { in setLines()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DCommentNodes.td24 def VerbatimBlockLineComment : Comment;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Index/
DCommentToXML.cpp243 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
431 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
559 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
805 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DCommentSema.cpp426 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc, in actOnVerbatimBlockLine()
428 return new (Allocator) VerbatimBlockLineComment(Loc, Text); in actOnVerbatimBlockLine()
435 ArrayRef<VerbatimBlockLineComment *> Lines) { in actOnVerbatimBlockFinish()
DCommentParser.cpp668 SmallVector<VerbatimBlockLineComment *, 8> Lines; in parseVerbatimBlock()
671 VerbatimBlockLineComment *Line; in parseVerbatimBlock()
DASTDumper.cpp332 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
2097 const VerbatimBlockLineComment *C) { in visitVerbatimBlockLineComment()