Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPDirectives.cpp842 const char *DigitTokBegin = &IntegerBuffer[0]; in GetLineValue() local
844 unsigned ActualLength = PP.getSpelling(DigitTok, DigitTokBegin, &Invalid); in GetLineValue()
853 if (!isDigit(DigitTokBegin[i])) { in GetLineValue()
860 unsigned NextVal = Val*10+(DigitTokBegin[i]-'0'); in GetLineValue()
869 if (DigitTokBegin[0] == '0' && Val) in GetLineValue()