Home | History | Annotate | Download | only in Lex

Lines Matching refs:tryConsumeIdentifierUCN

1428 bool Lexer::tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size,
1524 } else if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) {
1607 if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result))
1631 if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result))
1702 else if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) {}