|
MLIR 22.0.0git
|
#include "Query/Matcher/RegistryManager.h"
Public Member Functions | |
| MatcherCompletion ()=default | |
| MatcherCompletion (llvm::StringRef typedText, llvm::StringRef matcherDecl) | |
| bool | operator== (const MatcherCompletion &other) const |
Public Attributes | |
| std::string | typedText |
| std::string | matcherDecl |
Definition at line 31 of file RegistryManager.h.
|
default |
Referenced by operator==().
|
inline |
Definition at line 33 of file RegistryManager.h.
References matcherDecl, and typedText.
|
inline |
Definition at line 36 of file RegistryManager.h.
References MatcherCompletion(), matcherDecl, and typedText.
| std::string mlir::query::matcher::MatcherCompletion::matcherDecl |
Definition at line 44 of file RegistryManager.h.
Referenced by MatcherCompletion(), and operator==().
| std::string mlir::query::matcher::MatcherCompletion::typedText |
Definition at line 41 of file RegistryManager.h.
Referenced by MatcherCompletion(), and operator==().