Searched refs:SlashLoc (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | Lexer.h | 773 tryReadNumericUCN(const char *&StartPtr, const char *SlashLoc, Token *Result); 775 const char *SlashLoc, Token *Result); 789 uint32_t tryReadUCN(const char *&StartPtr, const char *SlashLoc, Token *Result);
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | Lexer.cpp | 3260 const char *SlashLoc, in tryReadNumericUCN() argument 3279 Diag(SlashLoc, diag::warn_ucn_not_valid_in_c89); in tryReadNumericUCN() 3306 Diag(SlashLoc, diag::warn_delimited_ucn_incomplete) in tryReadNumericUCN() 3325 Diag(SlashLoc, FoundEndDelimiter ? diag::warn_delimited_ucn_empty in tryReadNumericUCN() 3333 Diag(SlashLoc, diag::err_hex_escape_no_digits) << StringRef(KindLoc, 1); in tryReadNumericUCN() 3339 Diag(SlashLoc, diag::warn_ucn_escape_incomplete); in tryReadNumericUCN() 3351 Diag(SlashLoc, PP->getLangOpts().CPlusPlus2b in tryReadNumericUCN() 3374 const char *SlashLoc, in tryReadNamedUCN() argument 3388 Diag(SlashLoc, diag::warn_ucn_escape_incomplete); in tryReadNamedUCN() 3410 Diag(SlashLoc, FoundEndDelimiter ? diag::warn_delimited_ucn_empty in tryReadNamedUCN() [all …]
|