Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/
H A DCPPGen.cpp55 void generateConstraintOrRewrite(const ast::CallableDecl *decl,
161 return generateConstraintOrRewrite(cast<ast::CallableDecl>(decl), in generate()
167 return generateConstraintOrRewrite(cast<ast::CallableDecl>(decl), in generate()
200 void CodeGen::generateConstraintOrRewrite(const ast::CallableDecl *decl, in generateConstraintOrRewrite()
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/Parser/
H A DCodeComplete.h18 class CallableDecl; variable
77 virtual void codeCompleteCallSignature(const ast::CallableDecl *callable, in codeCompleteCallSignature()
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp348 ast::CallableDecl *tryExtractCallableDecl(ast::Node *node);
2450 ast::CallableDecl *Parser::tryExtractCallableDecl(ast::Node *node) { in tryExtractCallableDecl()
2454 return dyn_cast<ast::CallableDecl>(node); in tryExtractCallableDecl()
2667 ast::CallableDecl *callableDecl = tryExtractCallableDecl(parentExpr); in createCallExpr()
3096 ast::CallableDecl *callableDecl = tryExtractCallableDecl(parent); in codeCompleteCallSignature()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp1058 void codeCompleteCallSignature(const ast::CallableDecl *callable, in codeCompleteCallSignature()
1275 callableRef ? dyn_cast<ast::CallableDecl>(callableRef->getDecl()) in getInlayHintsFor()
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h1140 class CallableDecl : public Decl {