Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp1633 bool InvalidOnlyAtStart = IsFirst && !IsIDStart && IsIDContinue; in diagnoseInvalidUnicodeCodepointInIdentifier() local
1639 if (!IsFirst || InvalidOnlyAtStart) { in diagnoseInvalidUnicodeCodepointInIdentifier()
1641 << Range << CharBuf << int(InvalidOnlyAtStart) in diagnoseInvalidUnicodeCodepointInIdentifier()