Home
last modified time | relevance | path

Searched refs:tryConsumeIdentifierUCN (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DLexer.h672 bool tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size,
/external/clang/lib/Lex/
DLexer.cpp1459 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()