Searched refs:ProcessUCNEscape (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/ |
| D | LiteralSupport.cpp | 217 static bool ProcessUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, in ProcessUCNEscape() function 300 if (!ProcessUCNEscape(ThisTokBegin, ThisTokBuf, ThisTokEnd, UcnVal, in MeasureUCNEscape() 333 if (!ProcessUCNEscape(ThisTokBegin, ThisTokBuf, ThisTokEnd, UcnVal, UcnLen, in EncodeUCNEscape() 1079 if (!ProcessUCNEscape(TokBegin, begin, end, *buffer_begin, UcnLen, in CharLiteralParser()
|