Searched defs:tryConsumeIdentifierUCN (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DLexer.cpp1434 bool Lexer::tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size, function in class:Lexer
1530 } else if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) {
1613 if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result))
1637 if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result))
1708 else if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) {}

Completed in 57 milliseconds