MLIR  20.0.0git
Public Member Functions | Public Attributes | List of all members
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

◆ MatcherCompletion() [2/2]

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

Definition at line 33 of file RegistryManager.h.

Member Function Documentation

◆ operator==()

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

Definition at line 36 of file RegistryManager.h.

References matcherDecl, and typedText.

Member Data Documentation

◆ matcherDecl

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

Definition at line 44 of file RegistryManager.h.

Referenced by operator==().

◆ typedText

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

Definition at line 41 of file RegistryManager.h.

Referenced by operator==().


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