Home
last modified time | relevance | path

Searched defs:ScopedContextEntry (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Query/Matcher/
H A DParser.cpp240 struct Parser::ScopedContextEntry { struct in mlir::query::matcher::internal::Parser
241 Parser *parser;
243 ScopedContextEntry(Parser *parser, MatcherCtor c) : parser(parser) { in ScopedContextEntry() function
247 ~ScopedContextEntry() { parser->contextStack.pop_back(); } in ~ScopedContextEntry()
249 void nextArg() { ++parser->contextStack.back().second; } in nextArg()
/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp333 struct Parser::ScopedContextEntry { struct in clang::ast_matchers::dynamic::Parser
334 Parser *P;
336 ScopedContextEntry(Parser *P, MatcherCtor C) : P(P) { in ScopedContextEntry() function
340 ~ScopedContextEntry() { in ~ScopedContextEntry()
344 void nextArg() { in nextArg()