Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLiteralSupport.cpp78 static unsigned ProcessCharEscape(const char *ThisTokBegin, 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()
1363 const char *ThisTokBegin = ThisTokBuf; in init() local
/external/clang/include/clang/Lex/
DLiteralSupport.h46 const char *const ThisTokBegin; variable
/external/clang/lib/Parse/
DParseDecl.cpp738 const char *ThisTokBegin = &Buffer[0]; in ParseVersionTuple() local