Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp130 static unsigned ProcessCharEscape(const char *ThisTokBegin, in ProcessCharEscape()
455 static bool ProcessNumericUCNEscape(const char *ThisTokBegin, in ProcessNumericUCNEscape()
596 static bool ProcessNamedUCNEscape(const char *ThisTokBegin, 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()
2065 const char *ThisTokBegin = ThisTokBuf; in init() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h56 const char *const ThisTokBegin; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1180 const char *ThisTokBegin = &Buffer[0]; in ParseVersionTuple() local