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

/external/clang/lib/Lex/
H A DLexer.cpp1566 char PrevCh = 0; local
1569 PrevCh = C;
1574 if ((C == '-' || C == '+') && (PrevCh == 'E' || PrevCh == 'e')) {
1582 if ((C == '-' || C == '+') && (PrevCh == 'P' || PrevCh == 'p')) {

Completed in 61 milliseconds