Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DLexer.cpp1861 char PrevCh = 0; in LexNumericConstant() local
1864 PrevCh = C; in LexNumericConstant()
1869 if ((C == '-' || C == '+') && (PrevCh == 'E' || PrevCh == 'e')) { in LexNumericConstant()
1877 if ((C == '-' || C == '+') && (PrevCh == 'P' || PrevCh == 'p')) { in LexNumericConstant()