Lines Matching refs:Values
123 Diff.Values, [&](const std::unique_ptr<AttributeDiff> &RawTVec) { in addDiffForTargSlice()
128 if (TargetVector != Diff.Values.end()) { in addDiffForTargSlice()
135 Diff.Values.push_back(std::move(NewTargetVec)); in addDiffForTargSlice()
177 Diff.Values.push_back(std::make_unique<T>(SingleAttr)); in getSingleAttrDiff()
226 Documents.Values.push_back(std::make_unique<InlineDoc>( in getSingleIF()
288 Diff.Values.push_back(std::make_unique<T>(LHS)); in recordDifferences()
289 Diff.Values.push_back(std::make_unique<T>(RHS)); in recordDifferences()
403 Docs.Values.push_back( in findDifferences()
408 Docs.Values.push_back(std::make_unique<InlineDoc>(InlineDoc( in findDifferences()
418 Docs.Values.push_back(std::make_unique<InlineDoc>(InlineDoc( in findDifferences()
421 if (!Docs.Values.empty()) in findDifferences()
430 if (Attr.Values.empty()) in printSingleVal()
433 for (auto &RawItem : Attr.Values) in printSingleVal()
455 if (Attr.Values.empty()) in printVecVal()
462 llvm::transform(Attr.Values, std::back_inserter(SortedAttrs), castValues<T>); in printVecVal()
480 if (Attr.Values.empty()) in printVecVal()
487 llvm::transform(Attr.Values, std::back_inserter(SortedAttrs), in printVecVal()
532 if (!Attr.Values.empty()) { in printDifferences()
534 for (auto &Item : Attr.Values) in printDifferences()