Searched refs:ProcessUCNEscape (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 261 static bool ProcessUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, in ProcessUCNEscape() function 344 if (!ProcessUCNEscape(ThisTokBegin, ThisTokBuf, ThisTokEnd, UcnVal, in MeasureUCNEscape() 377 if (!ProcessUCNEscape(ThisTokBegin, ThisTokBuf, ThisTokEnd, UcnVal, UcnLen, in EncodeUCNEscape() 1141 if (!ProcessUCNEscape(TokBegin, begin, end, *buffer_begin, UcnLen, in CharLiteralParser()
|