Home
last modified time | relevance | path

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

/external/clang/unittests/Tooling/
DCommentHandlerTest.cpp24 typedef std::vector<Comment> CommentList; typedef
65 CommentList Comments;
91 CommentList::const_iterator Current;
92 CommentList::const_iterator End;
96 CommentVerifier(const CommentList &Comments, Preprocessor *PP) in CommentVerifier()