Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp145 bool FoundIsExact = false; in getTypedMatcher() local
152 if (FoundIsExact) { in getTypedMatcher()
158 FoundIsExact = IsExactMatch; in getTypedMatcher()
163 if (Found && (FoundIsExact || NumFound == 1)) in getTypedMatcher()