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

/external/clang/include/clang/AST/
H A DCommentSema.h162 VerbatimBlockLineComment *actOnVerbatimBlockLine(SourceLocation Loc,
168 ArrayRef<VerbatimBlockLineComment *> Lines);
H A DComment.h867 class VerbatimBlockLineComment : public Comment { class in class:clang::comments::ParamCommandComment
871 VerbatimBlockLineComment(SourceLocation LocBegin, function in class:clang::comments::ParamCommandComment::VerbatimBlockLineComment
894 /// (VerbatimBlockLineComment nodes).
899 ArrayRef<VerbatimBlockLineComment *> Lines;
927 void setLines(ArrayRef<VerbatimBlockLineComment *> L) {
/external/clang/lib/Index/
H A DCommentToXML.cpp243 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
431 const VerbatimBlockLineComment *C) {
559 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
819 const VerbatimBlockLineComment *C) {
/external/clang/tools/libclang/
H A DCXComment.cpp345 const VerbatimBlockLineComment *VBL =
346 getASTNodeAs<VerbatimBlockLineComment>(CXC);
/external/clang/lib/AST/
H A DCommentSema.cpp431 VerbatimBlockLineComment *Sema::actOnVerbatimBlockLine(SourceLocation Loc,
433 return new (Allocator) VerbatimBlockLineComment(Loc, Text);
440 ArrayRef<VerbatimBlockLineComment *> Lines) {
H A DASTDumper.cpp372 void visitVerbatimBlockLineComment(const VerbatimBlockLineComment *C);
2137 const VerbatimBlockLineComment *C) {
H A DCommentParser.cpp668 SmallVector<VerbatimBlockLineComment *, 8> Lines;
671 VerbatimBlockLineComment *Line;

Completed in 3438 milliseconds