Searched refs:InvalidOnlyAtStart (Results 1 – 1 of 1) sorted by relevance
1772 bool InvalidOnlyAtStart = IsFirst && !IsIDStart && IsIDContinue; in diagnoseInvalidUnicodeCodepointInIdentifier() local1774 if (!IsFirst || InvalidOnlyAtStart) { in diagnoseInvalidUnicodeCodepointInIdentifier()1776 << Range << codepointAsHexString(CodePoint) << int(InvalidOnlyAtStart) in diagnoseInvalidUnicodeCodepointInIdentifier()