Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2034 char PrevCh = 0; in LexNumericConstant() local
2037 PrevCh = C; in LexNumericConstant()
2046 if ((C == '-' || C == '+') && (PrevCh == 'E' || PrevCh == 'e')) { in LexNumericConstant()
2054 if ((C == '-' || C == '+') && (PrevCh == 'P' || PrevCh == 'p')) { in LexNumericConstant()