Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp79 const char *&ThisTokBuf, in ProcessCharEscape()
260 static bool ProcessUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, in ProcessUCNEscape()
332 static int MeasureUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, in MeasureUCNEscape()
367 static void EncodeUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, in EncodeUCNEscape()
1348 const char *ThisTokBuf = &TokenBuf[0]; in init() local