Home
last modified time | relevance | path

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

/freebsd-src/contrib/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() argument
340 ~ScopedContextEntry() { in ~ScopedContextEntry()
344 void nextArg() { in nextArg()