Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp1149 auto lookUpArgLoc = [this, &tree](int idx) { in handleLocationDirective() local
1167 return lookUpArgLoc(0); in handleLocationDirective()
1184 os << (first ? "" : ", ") << lookUpArgLoc(i); in handleLocationDirective()