Searched refs:mayBeId (Results 1 – 1 of 1) sorted by relevance
1961 for (const auto &mayBeId : ids) { in findId() local1962 if (mayBeId.hasValue() && mayBeId.getValue() == id) { in findId()1972 return llvm::any_of(ids, [&](const Optional<Value> &mayBeId) { in containsId() argument1973 return mayBeId.hasValue() && mayBeId.getValue() == id; in containsId()