Lines Matching defs:custom
880 } else if (auto *custom = dyn_cast<CustomDirective>(element)) {
881 for (FormatElement *paramElement : custom->getArguments())
962 /// Generate the parser for a parameter to a custom directive.
1021 llvm_unreachable("unknown custom directive parameter");
1025 /// Generate the parser for a custom directive.
1489 } else if (auto *custom = dyn_cast<CustomDirective>(firstElement)) {
1491 genCustomDirectiveParser(custom, body, useProperties, opCppClassName,
2149 /// Generate the printer for a custom directive parameter.
2199 llvm_unreachable("unknown custom directive parameter");
2203 /// Generate the printer for a custom directive.
2689 /// Verify the arguments to a custom directive.
2811 "custom assembly format");
3060 "' directive to the custom assembly format");
3075 // Similarly to results, allow a custom builder for resolving the type if
3085 operand.name + ")' directive to the " + "custom assembly format");
3105 "' directive to the custom assembly format");
3150 result.name + ")' directive to the " + "custom assembly format");
3152 // Note in the format that this result uses the custom builder.
3171 "' directive to the custom assembly format");
3438 "parameters to a custom directive");
3442 return emitError(loc, "type directives within a custom directive may "
3765 // potential anchors if the custom directive was marked as one.
3774 // Literals, whitespace, and custom directives may be used, but they can't