Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp1758 char PrevCh = 0; in LexNumericConstant() local
1761 PrevCh = C; in LexNumericConstant()
1766 if ((C == '-' || C == '+') && (PrevCh == 'E' || PrevCh == 'e')) { in LexNumericConstant()
1774 if ((C == '-' || C == '+') && (PrevCh == 'P' || PrevCh == 'p')) { in LexNumericConstant()