Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp292 unsigned short UcnLenSave = UcnLen; in ProcessUCNEscape() local
293 for (; ThisTokBuf != ThisTokEnd && UcnLenSave; ++ThisTokBuf, UcnLenSave--) { in ProcessUCNEscape()
300 if (UcnLenSave) { in ProcessUCNEscape()