#include "mlir/Query/Matcher/MatchersInternal.h"
Definition at line 51 of file MatchersInternal.h.
◆ DynMatcher()
mlir::query::matcher::DynMatcher::DynMatcher |
( |
MatcherInterface * |
implementation | ) |
|
|
inline |
◆ constructDynMatcherFromMatcherFn()
template<typename MatcherFn >
static std::unique_ptr<DynMatcher> mlir::query::matcher::DynMatcher::constructDynMatcherFromMatcherFn |
( |
MatcherFn & |
matcherFn | ) |
|
|
inlinestatic |
◆ getFunctionName()
StringRef mlir::query::matcher::DynMatcher::getFunctionName |
( |
| ) |
const |
|
inline |
◆ hasFunctionName()
bool mlir::query::matcher::DynMatcher::hasFunctionName |
( |
| ) |
const |
|
inline |
◆ match()
bool mlir::query::matcher::DynMatcher::match |
( |
Operation * |
op | ) |
const |
|
inline |
◆ setFunctionName()
void mlir::query::matcher::DynMatcher::setFunctionName |
( |
StringRef |
name | ) |
|
|
inline |
The documentation for this class was generated from the following file: