Searched refs:CommentParserTest (Results 1 - 1 of 1) sorted by relevance

/external/clang/unittests/AST/
H A DCommentParser.cpp35 class CommentParserTest : public ::testing::Test { class in namespace:clang::comments::__anon2796
37 CommentParserTest() function in class:clang::comments::__anon2796::CommentParserTest
56 FullComment *CommentParserTest::parseString(const char *Source) {
597 TEST_F(CommentParserTest, Basic1) {
604 TEST_F(CommentParserTest, Basic2) {
613 TEST_F(CommentParserTest, Basic3) {
631 TEST_F(CommentParserTest, ParagraphSplitting1) {
678 TEST_F(CommentParserTest, Paragraph1) {
698 TEST_F(CommentParserTest, Paragraph2) {
722 TEST_F(CommentParserTest, Paragraph
[all...]

Completed in 51 milliseconds