Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DLexer.h612 bool LexUnicodeIdentifierStart(Token &Result, uint32_t C, const char *CurPtr);
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp1777 bool Lexer::LexUnicodeIdentifierStart(Token &Result, uint32_t C, in LexUnicodeIdentifierStart() function in Lexer
4296 return LexUnicodeIdentifierStart(Result, CodePoint, CurPtr); in LexTokenInternal()
4328 return LexUnicodeIdentifierStart(Result, CodePoint, CurPtr); in LexTokenInternal()