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.cpp458 unsigned short &UcnLen, bool &Delimited, in ProcessNumericUCNEscape() argument
480 UcnLen = (ThisTokBuf[-1] == 'u' ? 4 : 8); in ProcessNumericUCNEscape()
484 for (; ThisTokBuf != ThisTokEnd && (Delimited || Count != UcnLen); in ProcessNumericUCNEscape()
531 if (Count == 0 || (!Delimited && Count != UcnLen)) { in ProcessNumericUCNEscape()
599 unsigned short &UcnLen, FullSourceLoc Loc, in ProcessNamedUCNEscape() argument
639 UcnLen = UcnVal > 0xFFFF ? 8 : 4; in ProcessNamedUCNEscape()
647 unsigned short &UcnLen, FullSourceLoc Loc, in ProcessUCNEscape() argument
659 UcnVal, UcnLen, Loc, Diags, Features); in ProcessUCNEscape()
663 UcnLen, IsDelimitedEscapeSequence, Loc, Diags, in ProcessUCNEscape()
728 unsigned short UcnLen = 0; in MeasureUCNEscape() local
[all …]