Lines Matching defs:SlashLoc
3386 const char *SlashLoc,
3405 Diag(SlashLoc, diag::warn_ucn_not_valid_in_c89);
3432 Diag(SlashLoc, diag::warn_delimited_ucn_incomplete)
3451 Diag(SlashLoc, FoundEndDelimiter ? diag::warn_delimited_ucn_empty
3459 Diag(SlashLoc, diag::err_hex_escape_no_digits) << StringRef(KindLoc, 1);
3465 Diag(SlashLoc, diag::warn_ucn_escape_incomplete);
3477 Diag(SlashLoc, PP->getLangOpts().CPlusPlus23
3500 const char *SlashLoc,
3514 Diag(SlashLoc, diag::warn_ucn_escape_incomplete);
3536 Diag(SlashLoc, FoundEndDelimiter ? diag::warn_delimited_ucn_empty
3565 Diag(SlashLoc, PP->getLangOpts().CPlusPlus23
3593 uint32_t Lexer::tryReadUCN(const char *&StartPtr, const char *SlashLoc,
3600 CodePointOpt = tryReadNumericUCN(StartPtr, SlashLoc, Result);
3602 CodePointOpt = tryReadNamedUCN(StartPtr, SlashLoc, Result);