Searched refs:CommentLexerTest (Results 1 – 2 of 2) sorted by relevance
/external/clang/unittests/AST/ |
D | CommentLexer.cpp | 28 class CommentLexerTest : public ::testing::Test { class 30 CommentLexerTest() in CommentLexerTest() function in clang::comments::__anonaa29a9220111::CommentLexerTest 61 void CommentLexerTest::lexString(const char *Source, in lexString() 81 TEST_F(CommentLexerTest, Basic1) { in TEST_F() argument 91 TEST_F(CommentLexerTest, Basic2) { in TEST_F() argument 107 TEST_F(CommentLexerTest, Basic3) { in TEST_F() argument 124 TEST_F(CommentLexerTest, Basic4) { in TEST_F() argument 145 TEST_F(CommentLexerTest, Basic5) { in TEST_F() argument 166 TEST_F(CommentLexerTest, Basic6) { in TEST_F() argument 203 TEST_F(CommentLexerTest, Basic7) { in TEST_F() argument [all …]
|
/external/llvm-project/clang/unittests/AST/ |
D | CommentLexer.cpp | 27 class CommentLexerTest : public ::testing::Test { class 29 CommentLexerTest() in CommentLexerTest() function in clang::comments::__anon34ce09700111::CommentLexerTest 60 void CommentLexerTest::lexString(const char *Source, in lexString() 80 TEST_F(CommentLexerTest, Basic1) { in TEST_F() argument 90 TEST_F(CommentLexerTest, Basic2) { in TEST_F() argument 106 TEST_F(CommentLexerTest, Basic3) { in TEST_F() argument 123 TEST_F(CommentLexerTest, Basic4) { in TEST_F() argument 144 TEST_F(CommentLexerTest, Basic5) { in TEST_F() argument 165 TEST_F(CommentLexerTest, Basic6) { in TEST_F() argument 202 TEST_F(CommentLexerTest, Basic7) { in TEST_F() argument [all …]
|