Searched refs:DigitTokBegin (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DPPDirectives.cpp872 const char *DigitTokBegin = &IntegerBuffer[0]; local
874 unsigned ActualLength = PP.getSpelling(DigitTok, DigitTokBegin, &Invalid);
885 if (DigitTokBegin[i] == '\'')
888 if (!isDigit(DigitTokBegin[i])) {
895 unsigned NextVal = Val*10+(DigitTokBegin[i]-'0');
904 if (DigitTokBegin[0] == '0' && Val)

Completed in 76 milliseconds