Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp23 typedef std::vector<Comment> CommentList; typedef
64 CommentList Comments;
89 CommentList::const_iterator Current;
90 CommentList::const_iterator End;
94 CommentVerifier(const CommentList &Comments, Preprocessor *PP) in CommentVerifier()