Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/AsmParser/
H A DAsmParserState.h115 const BlockDefinition *getBlockDef(Block *block) const;
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAsmParserState.cpp108 auto AsmParserState::getBlockDef(Block *block) const in getBlockDef() function in AsmParserState
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.cpp551 if (const auto *def = asmState.getBlockDef(newBlock)) in buildHoverForBlock()