Searched refs:isAllowedIDChar (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Lexer.cpp | 1559 static bool isAllowedIDChar(uint32_t C, const LangOptions &LangOpts, in isAllowedIDChar() function 1601 if (!isAllowedIDChar(C, LangOpts, IsExtension)) in isAllowedInitiallyIDChar() 1748 IsIDStart || isAllowedIDChar(CodePoint, LangOpts, IsExtension); in diagnoseInvalidUnicodeCodepointInIdentifier() 1774 if (!isAllowedIDChar(CodePoint, LangOpts, IsExtension)) { in tryConsumeIdentifierUCN() 1825 if (!isAllowedIDChar(static_cast<uint32_t>(CodePoint), LangOpts, in tryConsumeIdentifierUTF8Char()
|