Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLexer.cpp1593 char PrevCh = 0; in LexNumericConstant() local
1596 PrevCh = C; in LexNumericConstant()
1601 if ((C == '-' || C == '+') && (PrevCh == 'E' || PrevCh == 'e')) { in LexNumericConstant()
1609 if ((C == '-' || C == '+') && (PrevCh == 'P' || PrevCh == 'p')) { in LexNumericConstant()
/external/llvm-project/clang/lib/Lex/
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()