Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp93 const char *&ThisTokBuf, in ProcessCharEscape()
394 const char *&ThisTokBuf, in ProcessNumericUCNEscape()
535 const char *&ThisTokBuf, in ProcessNamedUCNEscape()
583 static bool ProcessUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, in ProcessUCNEscape()
652 static int MeasureUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, in MeasureUCNEscape()
687 static void EncodeUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, in EncodeUCNEscape()
1926 const char *ThisTokBuf = &TokenBuf[0]; in init() local