Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/lib/Transforms/
DTestOpaqueLoc.cpp25 struct MyLocation { struct
26 MyLocation() : id(42) {} in MyLocation() argument
27 MyLocation(int id) : id(id) {} in MyLocation() argument
28 int getId() { return id; } in getId()
30 int id;