Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DLexerUtils.h72 Token PotentialMatch = *CurrentToken; in findNextAnyTokenKind() local
73 if (PotentialMatch.isOneOf(TK, TKs...)) in findNextAnyTokenKind()
74 return PotentialMatch.getLocation(); in findNextAnyTokenKind()
79 if (PotentialMatch.is(tok::eof)) in findNextAnyTokenKind()
81 Start = PotentialMatch.getLastLoc(); in findNextAnyTokenKind()