Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h672 bool tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size,
/external/llvm-project/clang/include/clang/Lex/
DLexer.h760 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()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp1596 bool Lexer::tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size, in tryConsumeIdentifierUCN() function in Lexer
1720 } else if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) { in LexIdentifier()
1804 if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) in LexNumericConstant()
1828 if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) in LexUDSuffix()
1899 else if (C == '\\' && tryConsumeIdentifierUCN(CurPtr, Size, Result)) {} in LexUDSuffix()