Searched defs:ScopedContextEntry (Results 1 – 2 of 2) sorted by relevance
240 struct Parser::ScopedContextEntry { struct in mlir::query::matcher::internal::Parser241 Parser *parser;243 ScopedContextEntry(Parser *parser, MatcherCtor c) : parser(parser) { in ScopedContextEntry() function247 ~ScopedContextEntry() { parser->contextStack.pop_back(); } in ~ScopedContextEntry()249 void nextArg() { ++parser->contextStack.back().second; } in nextArg()
333 struct Parser::ScopedContextEntry { struct in clang::ast_matchers::dynamic::Parser334 Parser *P;336 ScopedContextEntry(Parser *P, MatcherCtor C) : P(P) { in ScopedContextEntry() function340 ~ScopedContextEntry() { in ~ScopedContextEntry()344 void nextArg() { in nextArg()