Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.h136 std::vector<DiffOutput> DocValues; variable
139 DocValues(std::move(Diff)){}; in InlineDoc()
H A DDiffEngine.cpp402 if (!PairDiff.DocValues.empty()) in findDifferences()
536 if (!Doc->DocValues.empty()) { in printDifferences()
538 printDifferences(OS, std::move(Doc->DocValues), 2); in printDifferences()