Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp459 unsigned short &UcnLen, bool &Delimited, in ProcessNumericUCNEscape() argument
481 UcnLen = (ThisTokBuf[-1] == 'u' ? 4 : 8); in ProcessNumericUCNEscape()
485 for (; ThisTokBuf != ThisTokEnd && (Delimited || Count != UcnLen); in ProcessNumericUCNEscape()
532 if (Count == 0 || (!Delimited && Count != UcnLen)) { in ProcessNumericUCNEscape()
600 unsigned short &UcnLen, FullSourceLoc Loc, in ProcessNamedUCNEscape() argument
640 UcnLen = UcnVal > 0xFFFF ? 8 : 4; in ProcessNamedUCNEscape()
648 unsigned short &UcnLen, FullSourceLoc Loc, in ProcessUCNEscape() argument
660 UcnVal, UcnLen, Loc, Diags, Features); in ProcessUCNEscape()
664 UcnLen, IsDelimitedEscapeSequence, Loc, Diags, in ProcessUCNEscape()
726 unsigned short UcnLen = 0; in MeasureUCNEscape() local
[all …]