HomeSort by relevance Sort by last modified time
    Searched refs:ThisTokEnd (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Lex/
LiteralSupport.cpp 79 const char *ThisTokEnd, bool &HadError,
132 if (ThisTokBuf == ThisTokEnd || !isHexDigit(*ThisTokBuf)) {
142 for (; ThisTokBuf != ThisTokEnd; ++ThisTokBuf) {
176 } while (ThisTokBuf != ThisTokEnd && NumDigits < 3 &&
260 const char *ThisTokEnd,
270 if (ThisTokBuf == ThisTokEnd || !isHexDigit(*ThisTokBuf)) {
278 for (; ThisTokBuf != ThisTokEnd && UcnLenSave; ++ThisTokBuf, UcnLenSave--) {
332 const char *ThisTokEnd, unsigned CharByteWidth,
342 if (!ProcessUCNEscape(ThisTokBegin, ThisTokBuf, ThisTokEnd, UcnVal,
367 const char *ThisTokEnd,
    [all...]
  /external/clang/include/clang/Lex/
LiteralSupport.h 46 const char *const ThisTokEnd;
119 while (ptr != ThisTokEnd && (isHexDigit(*ptr) || isDigitSeparator(*ptr)))
127 while (ptr != ThisTokEnd &&
136 while (ptr != ThisTokEnd && (isDigit(*ptr) || isDigitSeparator(*ptr)))
144 while (ptr != ThisTokEnd &&

Completed in 71 milliseconds