Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h652 bool tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size,
/external/clang/lib/Lex/
DLexer.cpp1428 bool Lexer::tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size, in tryConsumeIdentifierUCN() function in Lexer
1524 } else if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) { in LexIdentifier()
1607 if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) in LexNumericConstant()
1631 if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) in LexUDSuffix()
1702 else if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) {} in LexUDSuffix()