Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1701 bool IsIDStart = isAllowedInitiallyIDChar(CodePoint, LangOpts, IsExtension); in diagnoseInvalidUnicodeCodepointInIdentifier() local
1703 IsIDStart || isAllowedIDChar(CodePoint, LangOpts, IsExtension); in diagnoseInvalidUnicodeCodepointInIdentifier()
1705 if ((IsFirst && IsIDStart) || (!IsFirst && IsIDContinue)) in diagnoseInvalidUnicodeCodepointInIdentifier()
1708 bool InvalidOnlyAtStart = IsFirst && !IsIDStart && IsIDContinue; in diagnoseInvalidUnicodeCodepointInIdentifier()