Searched refs:SlashLoc (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Lexer.h | 774 tryReadNumericUCN(const char *&StartPtr, const char *SlashLoc, Token *Result); 776 const char *SlashLoc, Token *Result); 790 uint32_t tryReadUCN(const char *&StartPtr, const char *SlashLoc, Token *Result);
|
| /src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 3386 const char *SlashLoc, in tryReadNumericUCN() argument 3405 Diag(SlashLoc, diag::warn_ucn_not_valid_in_c89); in tryReadNumericUCN() 3432 Diag(SlashLoc, diag::warn_delimited_ucn_incomplete) in tryReadNumericUCN() 3451 Diag(SlashLoc, FoundEndDelimiter ? diag::warn_delimited_ucn_empty in tryReadNumericUCN() 3459 Diag(SlashLoc, diag::err_hex_escape_no_digits) << StringRef(KindLoc, 1); in tryReadNumericUCN() 3465 Diag(SlashLoc, diag::warn_ucn_escape_incomplete); in tryReadNumericUCN() 3477 Diag(SlashLoc, PP->getLangOpts().CPlusPlus23 in tryReadNumericUCN() 3500 const char *SlashLoc, in tryReadNamedUCN() argument 3514 Diag(SlashLoc, diag::warn_ucn_escape_incomplete); in tryReadNamedUCN() 3536 Diag(SlashLoc, FoundEndDelimiter ? diag::warn_delimited_ucn_empty in tryReadNamedUCN() [all …]
|