Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp260 static bool ProcessUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, in ProcessUCNEscape() function
343 if (!ProcessUCNEscape(ThisTokBegin, ThisTokBuf, ThisTokEnd, UcnVal, in MeasureUCNEscape()
376 if (!ProcessUCNEscape(ThisTokBegin, ThisTokBuf, ThisTokEnd, UcnVal, UcnLen, in EncodeUCNEscape()
1137 if (!ProcessUCNEscape(TokBegin, begin, end, *buffer_begin, UcnLen, in CharLiteralParser()