Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1587 static bool isAllowedInitiallyIDChar(uint32_t C, const LangOptions &LangOpts, in isAllowedInitiallyIDChar() function
1746 bool IsIDStart = isAllowedInitiallyIDChar(CodePoint, LangOpts, IsExtension); in diagnoseInvalidUnicodeCodepointInIdentifier()
1861 if (isAllowedInitiallyIDChar(C, LangOpts, IsExtension)) { in LexUnicodeIdentifierStart()