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