Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPCaching.cpp176 const Token LastCachedTok = CachedTokens[CachedLexPos - 1]; in IsPreviousCachedToken() local
177 if (LastCachedTok.getKind() != Tok.getKind()) in IsPreviousCachedToken()