Lines Matching defs:SlashLoc
3410 const char *SlashLoc,
3429 Diag(SlashLoc, diag::warn_ucn_not_valid_in_c89);
3456 Diag(SlashLoc, diag::warn_delimited_ucn_incomplete)
3475 Diag(SlashLoc, FoundEndDelimiter ? diag::warn_delimited_ucn_empty
3483 Diag(SlashLoc, diag::err_hex_escape_no_digits) << StringRef(KindLoc, 1);
3489 Diag(SlashLoc, diag::warn_ucn_escape_incomplete);
3501 Diag(SlashLoc, PP->getLangOpts().CPlusPlus23
3524 const char *SlashLoc,
3538 Diag(SlashLoc, diag::warn_ucn_escape_incomplete);
3560 Diag(SlashLoc, FoundEndDelimiter ? diag::warn_delimited_ucn_empty
3589 Diag(SlashLoc, PP->getLangOpts().CPlusPlus23
3617 uint32_t Lexer::tryReadUCN(const char *&StartPtr, const char *SlashLoc,
3624 CodePointOpt = tryReadNumericUCN(StartPtr, SlashLoc, Result);
3626 CodePointOpt = tryReadNamedUCN(StartPtr, SlashLoc, Result);