Home
last modified time | relevance | path

Searched refs:LexUnicodeIdentifierStart (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DLexer.h612 bool LexUnicodeIdentifierStart(Token &Result, uint32_t C, const char *CurPtr);
/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp1720 bool Lexer::LexUnicodeIdentifierStart(Token &Result, uint32_t C, in LexUnicodeIdentifierStart() function in Lexer
4228 return LexUnicodeIdentifierStart(Result, CodePoint, CurPtr); in LexTokenInternal()
4260 return LexUnicodeIdentifierStart(Result, CodePoint, CurPtr); in LexTokenInternal()