Searched refs:SlashLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Lexer.h | 787 tryReadNumericUCN(const char *&StartPtr, const char *SlashLoc, Token *Result); 789 const char *SlashLoc, Token *Result); 803 uint32_t tryReadUCN(const char *&StartPtr, const char *SlashLoc, Token *Result);
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 3414 const char *SlashLoc, in tryReadNumericUCN() argument 3433 Diag(SlashLoc, diag::warn_ucn_not_valid_in_c89); in tryReadNumericUCN() 3460 Diag(SlashLoc, diag::warn_delimited_ucn_incomplete) in tryReadNumericUCN() 3479 Diag(SlashLoc, FoundEndDelimiter ? diag::warn_delimited_ucn_empty in tryReadNumericUCN() 3487 Diag(SlashLoc, diag::err_hex_escape_no_digits) << StringRef(KindLoc, 1); in tryReadNumericUCN() 3493 Diag(SlashLoc, diag::warn_ucn_escape_incomplete); in tryReadNumericUCN() 3505 DiagnoseDelimitedOrNamedEscapeSequence(getSourceLocation(SlashLoc), false, in tryReadNumericUCN() 3526 const char *SlashLoc, in tryReadNamedUCN() argument 3540 Diag(SlashLoc, diag::warn_ucn_escape_incomplete); in tryReadNamedUCN() 3562 Diag(SlashLoc, FoundEndDelimiter ? diag::warn_delimited_ucn_empty in tryReadNamedUCN() [all …]
|