Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp332 struct Parser::ScopedContextEntry { struct in clang::ast_matchers::dynamic::Parser
333 Parser *P;
335 ScopedContextEntry(Parser *P, MatcherCtor C) : P(P) { in ScopedContextEntry() function
339 ~ScopedContextEntry() { in ~ScopedContextEntry()
343 void nextArg() { in nextArg()