Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLiteralSupport.cpp279 unsigned short UcnLenSave = UcnLen; in ProcessUCNEscape() local
280 for (; ThisTokBuf != ThisTokEnd && UcnLenSave; ++ThisTokBuf, UcnLenSave--) { in ProcessUCNEscape()
287 if (UcnLenSave) { in ProcessUCNEscape()