Home
last modified time | relevance | path

Searched defs:ThisTokBuf (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Lex/
DLiteralSupport.cpp79 const char *&ThisTokBuf, in ProcessCharEscape()
261 static bool ProcessUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, in ProcessUCNEscape()
333 static int MeasureUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, in MeasureUCNEscape()
368 static void EncodeUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, in EncodeUCNEscape()
1338 const char *ThisTokBuf = &TokenBuf[0]; in init() local