#include "mlir/Query/Matcher/Marshallers.h"
Definition at line 123 of file Marshallers.h.
◆ MarshallerType
◆ FixedArgCountMatcherDescriptor()
mlir::query::matcher::internal::FixedArgCountMatcherDescriptor::FixedArgCountMatcherDescriptor |
( |
MarshallerType |
marshaller, |
|
|
void(*)() |
matcherFunc, |
|
|
llvm::StringRef |
matcherName, |
|
|
llvm::ArrayRef< ArgKind > |
argKinds |
|
) |
| |
|
inline |
◆ create()
◆ getArgKinds()
void mlir::query::matcher::internal::FixedArgCountMatcherDescriptor::getArgKinds |
( |
unsigned |
argNo, |
|
|
std::vector< ArgKind > & |
kinds |
|
) |
| const |
|
inlineoverridevirtual |
◆ getNumArgs()
unsigned mlir::query::matcher::internal::FixedArgCountMatcherDescriptor::getNumArgs |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ isVariadic()
bool mlir::query::matcher::internal::FixedArgCountMatcherDescriptor::isVariadic |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: