Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPPCaching.cpp125 const Token LastCachedTok = CachedTokens[CachedLexPos - 1]; in IsPreviousCachedToken() local
126 if (LastCachedTok.getKind() != Tok.getKind()) in IsPreviousCachedToken()
/external/llvm-project/clang/lib/Lex/
DPPCaching.cpp144 const Token LastCachedTok = CachedTokens[CachedLexPos - 1]; in IsPreviousCachedToken() local
145 if (LastCachedTok.getKind() != Tok.getKind()) in IsPreviousCachedToken()