Searched refs:SlashLoc (Results 1 – 1 of 1) sorted by relevance
/freebsd/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 …]
|