Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-readtapi/
H A DDiffEngine.h50 struct DiffOutput { struct
58 DiffOutput(std::string Name) : Name(Name){}; in DiffOutput() function