Searched refs:lexString (Results 1 – 1 of 1) sorted by relevance
/external/clang/unittests/AST/ |
D | CommentLexer.cpp | 46 void lexString(const char *Source, std::vector<Token> &Toks); 61 void CommentLexerTest::lexString(const char *Source, in lexString() function in clang::comments::__anon416760870111::CommentLexerTest 85 lexString(Source, Toks); in TEST_F() 98 lexString(Sources[i], Toks); in TEST_F() 114 lexString(Sources[i], Toks); in TEST_F() 133 lexString(Sources[i], Toks); in TEST_F() 153 lexString(Sources[i], Toks); in TEST_F() 176 lexString(Sources[i], Toks); in TEST_F() 214 lexString(Source, Toks); in TEST_F() 255 lexString(Sources[i], Toks); in TEST_F() [all …]
|