Home | History | Annotate | Download | only in Lex

Lines Matching refs:tryConsumeIdentifierUTF8Char

1450 bool Lexer::tryConsumeIdentifierUTF8Char(const char *&CurPtr) {
1527 } else if (!isASCII(C) && tryConsumeIdentifierUTF8Char(CurPtr)) {
1609 if (!isASCII(C) && tryConsumeIdentifierUTF8Char(CurPtr))
1633 else if (!isASCII(C) && tryConsumeIdentifierUTF8Char(CurPtr))
1703 else if (!isASCII(C) && tryConsumeIdentifierUTF8Char(CurPtr)) {}