Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1378 char PrevC = C; in findLocationAfterToken() local
1381 if ((C == '\n' || C == '\r') && C != PrevC) in findLocationAfterToken()