Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Lex/
DLiteralSupport.cpp593 bool IsNamedEscapeSequence = false; in ProcessUCNEscape() local
595 IsNamedEscapeSequence = true; in ProcessUCNEscape()
641 if ((IsDelimitedEscapeSequence || IsNamedEscapeSequence) && Diags) in ProcessUCNEscape()
645 << (IsNamedEscapeSequence ? 1 : 0) << (Features.CPlusPlus ? 1 : 0); in ProcessUCNEscape()