MLIR 22.0.0git
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 277 of file Parser.cpp.

Constructor & Destructor Documentation

◆ ScopedContextEntry()

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

Definition at line 280 of file Parser.cpp.

References parser.

◆ ~ScopedContextEntry()

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

Definition at line 284 of file Parser.cpp.

References parser.

Member Function Documentation

◆ nextArg()

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

Definition at line 286 of file Parser.cpp.

References parser.

Member Data Documentation

◆ parser

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

Definition at line 278 of file Parser.cpp.

Referenced by nextArg(), ScopedContextEntry(), and ~ScopedContextEntry().


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