Home
last modified time | relevance | path

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

/llvm-project/mlir/test/lib/IR/
H A DTestOpaqueLoc.cpp18 struct MyLocation { struct
20 MyLocation(int id) : id(id) {} in MyLocation() argument
21 int getId() { return id; } in getId()
23 int id{42};
/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DWarningInternalTest.cpp25 class MyLocation : public LVLocation { class