Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp335 struct Parser::ScopedContextEntry { struct in clang::ast_matchers::dynamic::Parser
336 Parser *P;
338 ScopedContextEntry(Parser *P, MatcherCtor C) : P(P) { in ScopedContextEntry() argument
342 ~ScopedContextEntry() { in ~ScopedContextEntry()
346 void nextArg() { in nextArg()