Home
last modified time | relevance | path

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

/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp146 bool FoundIsExact = false; in getTypedMatcher() local
153 if (FoundIsExact) { in getTypedMatcher()
159 FoundIsExact = IsExactMatch; in getTypedMatcher()
164 if (Found && (FoundIsExact || NumFound == 1)) in getTypedMatcher()