Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h73 auto getDecls() const { return llvm::make_second_range(decls); } in getDecls() function
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp856 for (const ast::Decl *decl : scope->getDecls()) { in codeCompleteConstraintName()