Home
last modified time | relevance | path

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

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