Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/
H A DClangDocTest.cpp37 void CheckCommentInfo(CommentInfo &Expected, CommentInfo &Actual) { in CheckCommentInfo() function
61 CheckCommentInfo(*Expected.Children[Idx], *Actual.Children[Idx]); in CheckCommentInfo()
93 CheckCommentInfo(Expected->Description[Idx], Actual->Description[Idx]); in CheckBaseInfo()