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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp1129 const char *DigitTokBegin = &IntegerBuffer[0]; local
1131 unsigned ActualLength = PP.getSpelling(DigitTok, DigitTokBegin, &Invalid);
1142 if (DigitTokBegin[i] == '\'')
1145 if (!isDigit(DigitTokBegin[i])) {
1152 unsigned NextVal = Val*10+(DigitTokBegin[i]-'0');
1161 if (DigitTokBegin[0] == '0' && Val)

Completed in 115 milliseconds