Home
last modified time | relevance | path

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

/external/clang/lib/ASTMatchers/Dynamic/
DVariantValue.cpp136 bool FoundIsExact = false; in getTypedMatcher() local
143 if (FoundIsExact) { in getTypedMatcher()
149 FoundIsExact = IsExactMatch; in getTypedMatcher()
154 if (Found && (FoundIsExact || NumFound == 1)) in getTypedMatcher()