Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/CodeGen/
H A DMLIRGen.cpp412 auto *callableExpr = dyn_cast<ast::DeclRefExpr>(expr->getCallableExpr()); in genExprImpl() local
413 assert(callableExpr && "unhandled CallExpr callable"); in genExprImpl()
416 const ast::Decl *callable = callableExpr->getDecl(); in genExprImpl()