Searched refs:CheckCommentInfo (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang-tools-extra/unittests/clang-doc/ |
H A D | ClangDocTest.cpp | 42 void CheckCommentInfo(const std::vector<CommentInfo> &Expected, 44 void CheckCommentInfo(const std::vector<std::unique_ptr<CommentInfo>> &Expected, 47 void CheckCommentInfo(const CommentInfo &Expected, const CommentInfo &Actual) { in CheckCommentInfo() function 69 CheckCommentInfo(Expected.Children, Actual.Children); in CheckCommentInfo() 72 void CheckCommentInfo(const std::vector<CommentInfo> &Expected, in CheckCommentInfo() function 76 CheckCommentInfo(Expected[Idx], Actual[Idx]); in CheckCommentInfo() 79 void CheckCommentInfo(const std::vector<std::unique_ptr<CommentInfo>> &Expected, in CheckCommentInfo() function 83 CheckCommentInfo(*Expected[Idx], *Actual[Idx]); in CheckCommentInfo() 104 CheckCommentInfo(Expected->Description, Actual->Description); in CheckMemberTypeInfo() 114 CheckCommentInfo(Expected->Description, Actual->Description); in CheckBaseInfo()
|