Searched refs:IsExactMatch (Results 1 – 3 of 3) sorted by relevance
54 bool &IsExactMatch) const { in canConstructFrom()55 IsExactMatch = Matcher.getSupportedKind().isSame(NodeKind); in canConstructFrom()140 bool IsExactMatch; in getTypedMatcher() local141 if (Ops.canConstructFrom(Matchers[i], IsExactMatch)) { in getTypedMatcher()144 assert(!IsExactMatch && "We should not have two exact matches."); in getTypedMatcher()149 FoundIsExact = IsExactMatch; in getTypedMatcher()
99 bool &IsExactMatch) const;
3052 bool IsExactMatch = false; in LookupLiteralOperator() local3059 IsExactMatch = true; in LookupLiteralOperator()3063 IsExactMatch = false; in LookupLiteralOperator()3077 if (IsExactMatch) { in LookupLiteralOperator()