Home
last modified time | relevance | path

Searched defs:DiffOutput (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.h51 struct DiffOutput { struct
59 DiffOutput(std::string Name) : Name(Name){}; in DiffOutput() function