Lines Matching refs:OpNameDecl
319 FailureOr<ast::OpNameDecl *> parseOperationName(bool allowEmptyName = false);
320 FailureOr<ast::OpNameDecl *> parseWrappedOperationName(bool allowEmptyName);
420 createOperationExpr(SMRange loc, const ast::OpNameDecl *name,
1675 FailureOr<ast::OpNameDecl *> opName = in parseConstraint()
1936 FailureOr<ast::OpNameDecl *> Parser::parseOperationName(bool allowEmptyName) { in parseOperationName()
1946 return ast::OpNameDecl::create(ctx, SMRange()); in parseOperationName()
1970 return ast::OpNameDecl::create(ctx, ast::Name::create(ctx, name, loc)); in parseOperationName()
1973 FailureOr<ast::OpNameDecl *>
1976 return ast::OpNameDecl::create(ctx, SMRange()); in parseWrappedOperationName()
1978 FailureOr<ast::OpNameDecl *> opNameDecl = parseOperationName(allowEmptyName); in parseWrappedOperationName()
2003 FailureOr<ast::OpNameDecl *> opNameDecl = in parseOperationExpr()
2801 SMRange loc, const ast::OpNameDecl *name, in createOperationExpr()