Searched refs:tryConsumeIdentifierUCN (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Lex/ |
D | Lexer.h | 672 bool tryConsumeIdentifierUCN(const char *&CurPtr, unsigned Size,
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Lexer.h | 760 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()
|
/external/llvm-project/clang/lib/Lex/ |
D | Lexer.cpp | 1596 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()
|