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

/external/clang/unittests/AST/
H A DCommentLexer.cpp28 class CommentLexerTest : public ::testing::Test { class in namespace:clang::comments::__anon19529
30 CommentLexerTest() function in class:clang::comments::__anon19529::CommentLexerTest
61 void CommentLexerTest::lexString(const char *Source,
81 TEST_F(CommentLexerTest, Basic1) {
91 TEST_F(CommentLexerTest, Basic2) {
107 TEST_F(CommentLexerTest, Basic3) {
124 TEST_F(CommentLexerTest, Basic4) {
145 TEST_F(CommentLexerTest, Basic5) {
166 TEST_F(CommentLexerTest, Basic6) {
203 TEST_F(CommentLexerTest, Basic
[all...]

Completed in 66 milliseconds