Lines Matching defs:actionSymbol
1032 auto actionSymbol =
1035 assert(matcherSymbol && actionSymbol &&
1040 if (actionSymbol.isExternal())
1043 matchActionPairs.emplace_back(matcherSymbol, actionSymbol);
1284 auto actionSymbol = dyn_cast_or_null<FunctionOpInterface>(
1290 if (!actionSymbol ||
1291 !isa<TransformOpInterface>(actionSymbol.getOperation()))
1300 if (failed(verifyFunctionLikeConsumeAnnotations(actionSymbol,
1341 TypeRange actionArguments = actionSymbol.getArgumentTypes();
1360 TypeRange actionResults = actionSymbol.getResultTypes();
1368 diag.attachNote(actionSymbol->getLoc()) << "symbol declaration";
1379 diag.attachNote(actionSymbol->getLoc()) << "symbol declaration";