Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp131 const char *&ThisTokBuf, in ProcessCharEscape()
456 const char *&ThisTokBuf, in ProcessNumericUCNEscape()
597 const char *&ThisTokBuf, in ProcessNamedUCNEscape()
645 static bool ProcessUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, in ProcessUCNEscape()
720 static int MeasureUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, in MeasureUCNEscape()
755 static void EncodeUCNEscape(const char *ThisTokBegin, const char *&ThisTokBuf, in EncodeUCNEscape()
2054 const char *ThisTokBuf = &TokenBuf[0]; in init() local