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

/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp139 bool FoundIsExact = false; variable
146 if (FoundIsExact) {
152 FoundIsExact = IsExactMatch;
157 if (Found && (FoundIsExact || NumFound == 1))

Completed in 83 milliseconds