Searched refs:lexString (Results 1 – 4 of 4) 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::__anonaa29a9220111::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 …]
|
/external/llvm-project/clang/unittests/AST/ |
D | CommentLexer.cpp | 45 void lexString(const char *Source, std::vector<Token> &Toks); 60 void CommentLexerTest::lexString(const char *Source, in lexString() function in clang::comments::__anon34ce09700111::CommentLexerTest 84 lexString(Source, Toks); in TEST_F() 97 lexString(Sources[i], Toks); in TEST_F() 113 lexString(Sources[i], Toks); in TEST_F() 132 lexString(Sources[i], Toks); in TEST_F() 152 lexString(Sources[i], Toks); in TEST_F() 175 lexString(Sources[i], Toks); in TEST_F() 213 lexString(Source, Toks); in TEST_F() 254 lexString(Sources[i], Toks); in TEST_F() [all …]
|
/external/llvm-project/mlir/lib/Parser/ |
D | Lexer.cpp | 146 return lexString(tokStart); in lexToken() 172 Token stringIdentifier = lexString(curPtr); in lexAtIdentifier() 367 Token Lexer::lexString(const char *tokStart) { in lexString() function in Lexer
|
D | Lexer.h | 56 Token lexString(const char *tokStart);
|