MLIR  20.0.0git
Public Member Functions | Public Attributes | List of all members
mlir::query::matcher::internal::Parser::ScopedContextEntry Struct Reference

Public Member Functions

 ScopedContextEntry (Parser *parser, MatcherCtor c)
 
 ~ScopedContextEntry ()
 
void nextArg ()
 

Public Attributes

Parserparser
 

Detailed Description

Definition at line 240 of file Parser.cpp.

Constructor & Destructor Documentation

◆ ScopedContextEntry()

mlir::query::matcher::internal::Parser::ScopedContextEntry::ScopedContextEntry ( Parser parser,
MatcherCtor  c 
)
inline

Definition at line 243 of file Parser.cpp.

◆ ~ScopedContextEntry()

mlir::query::matcher::internal::Parser::ScopedContextEntry::~ScopedContextEntry ( )
inline

Definition at line 247 of file Parser.cpp.

Member Function Documentation

◆ nextArg()

void mlir::query::matcher::internal::Parser::ScopedContextEntry::nextArg ( )
inline

Definition at line 249 of file Parser.cpp.

Member Data Documentation

◆ parser

Parser* mlir::query::matcher::internal::Parser::ScopedContextEntry::parser

Definition at line 241 of file Parser.cpp.


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