Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DLexerUtils.h75 Token PotentialMatch = *CurrentToken; in findNextAnyTokenKind() local
76 if (PotentialMatch.isOneOf(TK, TKs...)) in findNextAnyTokenKind()
77 return PotentialMatch.getLocation(); in findNextAnyTokenKind()
82 if (PotentialMatch.is(tok::eof)) in findNextAnyTokenKind()
84 Start = PotentialMatch.getLastLoc(); in findNextAnyTokenKind()