Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp1627 bool IsIDStart = isAllowedInitiallyIDChar(CodePoint, LangOpts); in diagnoseInvalidUnicodeCodepointInIdentifier() local
1628 bool IsIDContinue = IsIDStart || isAllowedIDChar(CodePoint, LangOpts); in diagnoseInvalidUnicodeCodepointInIdentifier()
1630 if ((IsFirst && IsIDStart) || (!IsFirst && IsIDContinue)) in diagnoseInvalidUnicodeCodepointInIdentifier()
1633 bool InvalidOnlyAtStart = IsFirst && !IsIDStart && IsIDContinue; in diagnoseInvalidUnicodeCodepointInIdentifier()