Home
last modified time | relevance | path

Searched refs:IsNamedEscapeSequence (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp655 bool IsNamedEscapeSequence = false; in ProcessUCNEscape() local
657 IsNamedEscapeSequence = true; in ProcessUCNEscape()
709 if ((IsDelimitedEscapeSequence || IsNamedEscapeSequence) && Diags) in ProcessUCNEscape()
713 << (IsNamedEscapeSequence ? 1 : 0) << (Features.CPlusPlus ? 1 : 0); in ProcessUCNEscape()