Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPDirectives.cpp955 const char *DigitTokBegin = &IntegerBuffer[0]; in GetLineValue() local
957 unsigned ActualLength = PP.getSpelling(DigitTok, DigitTokBegin, &Invalid); in GetLineValue()
968 if (DigitTokBegin[i] == '\'') in GetLineValue()
971 if (!isDigit(DigitTokBegin[i])) { in GetLineValue()
978 unsigned NextVal = Val*10+(DigitTokBegin[i]-'0'); in GetLineValue()
987 if (DigitTokBegin[0] == '0' && Val) in GetLineValue()