Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp164 static void printDefBlockName(raw_ostream &os, Block *block, SMRange loc = {}) { in printDefBlockName() function
175 static void printDefBlockName(raw_ostream &os, in printDefBlockName() function
177 printDefBlockName(os, def.block, def.definition.loc); in printDefBlockName()
552 printDefBlockName(os, *def); in buildHoverForBlock()
554 printDefBlockName(os, newBlock); in buildHoverForBlock()
584 printDefBlockName(os, block); in buildHoverForBlockArgument()