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

/external/clang/include/clang/AST/
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) {

Completed in 789 milliseconds