Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.h50 struct DiffOutput { struct
58 DiffOutput(std::string Name) : Name(Name){}; in DiffOutput() function