Home
last modified time | relevance | path

Searched refs:lookUpArgLoc (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp828 auto lookUpArgLoc = [this, &tree](int idx) { in handleLocationDirective() local
847 return lookUpArgLoc(0); in handleLocationDirective()
864 os << (first ? "" : ", ") << lookUpArgLoc(i); in handleLocationDirective()