MLIR 22.0.0git
mlir::query::matcher::MatcherCompletion Struct Reference

#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

Detailed Description

Definition at line 31 of file RegistryManager.h.

Constructor & Destructor Documentation

◆ MatcherCompletion() [1/2]

mlir::query::matcher::MatcherCompletion::MatcherCompletion ( )
default

Referenced by operator==().

◆ MatcherCompletion() [2/2]

mlir::query::matcher::MatcherCompletion::MatcherCompletion ( llvm::StringRef typedText,
llvm::StringRef matcherDecl )
inline

Definition at line 33 of file RegistryManager.h.

References matcherDecl, and typedText.

Member Function Documentation

◆ operator==()

bool mlir::query::matcher::MatcherCompletion::operator== ( const MatcherCompletion & other) const
inline

Definition at line 36 of file RegistryManager.h.

References MatcherCompletion(), matcherDecl, and typedText.

Member Data Documentation

◆ matcherDecl

std::string mlir::query::matcher::MatcherCompletion::matcherDecl

Definition at line 44 of file RegistryManager.h.

Referenced by MatcherCompletion(), and operator==().

◆ typedText

std::string mlir::query::matcher::MatcherCompletion::typedText

Definition at line 41 of file RegistryManager.h.

Referenced by MatcherCompletion(), and operator==().


The documentation for this struct was generated from the following file: