Lines Matching refs:tryConsumeIdentifierUCN
1432 bool Lexer::tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size,
1528 } else if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) {
1611 if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result))
1635 if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result))
1706 else if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) {}