Searched refs:ProcessUCNEscape (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Lex/ |
D | LiteralSupport.cpp | 168 static bool ProcessUCNEscape(const char *&ThisTokBuf, const char *ThisTokEnd, in ProcessUCNEscape() function 228 if (!ProcessUCNEscape(ThisTokBuf, ThisTokEnd, UcnVal, UcnLen, Loc, Diags, in EncodeUCNEscape() 739 if (!ProcessUCNEscape(begin, end, utf32, UcnLen, in CharLiteralParser()
|