Searched refs:tryConsumeIdentifierUCN (Results 1 – 2 of 2) sorted by relevance
/external/clang/include/clang/Lex/ |
D | Lexer.h | 672 bool tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size,
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 1459 bool Lexer::tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size, in tryConsumeIdentifierUCN() function in Lexer 1555 } else if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) { in LexIdentifier() 1639 if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) in LexNumericConstant() 1663 if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) in LexUDSuffix() 1734 else if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) {} in LexUDSuffix()
|